mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-05 16:45:08 +00:00
package -> packet typo fixes
This commit is contained in:
@@ -59,7 +59,7 @@ public abstract class BasePairingHandler {
|
||||
}
|
||||
|
||||
/* To be implemented by respective pairing handler */
|
||||
public abstract void packageReceived(NetworkPacket np);
|
||||
public abstract void packetReceived(NetworkPacket np);
|
||||
public abstract void requestPairing();
|
||||
public abstract void acceptPairing();
|
||||
public abstract void rejectPairing();
|
||||
|
Reference in New Issue
Block a user