mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-25 11:26:47 +01:00
forgot to commit this also
This commit is contained in:
parent
e8e631fb49
commit
d2173d37ce
@ -445,7 +445,7 @@ public class PebbleIoThread extends GBDeviceIoThread {
|
||||
if (mPebbleProtocol.isFw3x) {
|
||||
if (appId == 0) {
|
||||
// only install metadata - not the binaries
|
||||
write(mPebbleProtocol.encodeInstallMetadata(app.getUUID(), app.getName(), mPBWReader.getAppVersion(), mPBWReader.getSdkVersion(), mPBWReader.getIconId()));
|
||||
write(mPebbleProtocol.encodeInstallMetadata(app.getUUID(), app.getName(), mPBWReader.getAppVersion(), mPBWReader.getSdkVersion(), mPBWReader.getFlags(), mPBWReader.getIconId()));
|
||||
GB.toast("To finish installation please start the watchapp on your Pebble", 5, GB.INFO);
|
||||
} else {
|
||||
// this came from an app fetch request, so do the real stuff
|
||||
|
Loading…
Reference in New Issue
Block a user