mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 04:46:51 +01:00
Fossil Hybrid HR: Allow installation of newer watch apps
This commit is contained in:
parent
d9d906677c
commit
4d0bfb452b
@ -83,7 +83,7 @@ public class FossilFileReader {
|
||||
|
||||
short handle = 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
|
||||
isValid = true;
|
||||
isApp = true;
|
||||
|
Loading…
Reference in New Issue
Block a user