Remove unnecessary call to super

This commit is contained in:
Albert Vaca Cintora
2025-09-23 19:37:58 +02:00
parent 71fa8da94a
commit 1eef8d6277
3 changed files with 0 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ public class MouseReceiverService extends AccessibilityService {
@Override
public void onCreate() {
super.onCreate();
MouseReceiverService.instance = this;
Log.i("MouseReceiverService", "created");
}

View File

@@ -38,8 +38,6 @@ class SftpPlugin : Plugin(), OnSharedPreferenceChangeListener {
override val description: String
get() = context.resources.getString(R.string.pref_plugin_sftp_desc)
override fun onCreate(): Boolean = true
override fun checkRequiredPermissions(): Boolean {
return if (SimpleSftpServer.SUPPORTS_NATIVEFS) {
Environment.isExternalStorageManager()

View File

@@ -91,7 +91,6 @@ public class SharePlugin extends Plugin {
@Override
public boolean onCreate() {
super.onCreate();
mSharedPrefs = PreferenceManager.getDefaultSharedPreferences(context);
createOrUpdateDynamicShortcut(null);
// Deliver URLs previously shared to this device now that it's connected