mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-04 16:15:09 +00:00
Default to phone instead of tablet for unknown devices
This commit is contained in:
@@ -83,7 +83,7 @@ public class Device implements BaseLink.PackageReceiver {
|
||||
switch (this) {
|
||||
case Tablet: return "tablet";
|
||||
case Computer: return "computer";
|
||||
default: return "tablet";
|
||||
default: return "phone";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user