2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 16:45:08 +00:00
This commit is contained in:
Albert Vaca Cintora
2023-05-23 21:41:09 +02:00
parent e17073bb7b
commit 72af26016b
9 changed files with 4 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ import androidx.fragment.app.DialogFragment;
import org.kde.kdeconnect.NetworkPacket;
import org.kde.kdeconnect.Plugins.Plugin;
import org.kde.kdeconnect.Plugins.PluginFactory;
import org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardPlugin;
import org.kde.kdeconnect.UserInterface.MainActivity;
import org.kde.kdeconnect.UserInterface.StartActivityAlertDialogFragment;
@@ -50,12 +49,6 @@ public class MouseReceiverPlugin extends Plugin {
.create();
}
@Override
public void onDestroy() {
Log.e("MouseReceiverPlugin", "onDestroy()");
super.onDestroy();
}
@Override
public boolean onPacketReceived(NetworkPacket np) {
if (!np.getType().equals(PACKET_TYPE_MOUSEPAD_REQUEST)) {