mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
Remove unnecessary call to super
This commit is contained in:
@@ -44,7 +44,6 @@ public class MouseReceiverService extends AccessibilityService {
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
MouseReceiverService.instance = this;
|
||||
Log.i("MouseReceiverService", "created");
|
||||
}
|
||||
|
@@ -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()
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user