mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fossil Hybrid HR: Allow installation of newer watch apps
This commit is contained in:
@@ -83,7 +83,7 @@ public class FossilFileReader {
|
|||||||
|
|
||||||
short handle = buf.getShort();
|
short handle = buf.getShort();
|
||||||
short version = buf.getShort();
|
short version = buf.getShort();
|
||||||
if ((handle == 5630) && (version == 3)) {
|
if ((handle == 5630) && (version == 3 || version == 515 || version == 771)) {
|
||||||
// This is a watch app or watch face
|
// This is a watch app or watch face
|
||||||
isValid = true;
|
isValid = true;
|
||||||
isApp = true;
|
isApp = true;
|
||||||
|
Reference in New Issue
Block a user