mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: fix new app manager on 2.x
- properly intert apps reported from pebble into the corresponding tab - disable tracking of installed apps - disable drag and drop for apps and watchfaces - ...
This commit is contained in:
@@ -29,4 +29,8 @@ public class PebbleUtils {
|
||||
}
|
||||
return model;
|
||||
}
|
||||
|
||||
public static int getFwMajor(String fwString) {
|
||||
return fwString.charAt(1) - 48;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user