mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
forgot to commit this also
This commit is contained in:
@@ -445,7 +445,7 @@ public class PebbleIoThread extends GBDeviceIoThread {
|
|||||||
if (mPebbleProtocol.isFw3x) {
|
if (mPebbleProtocol.isFw3x) {
|
||||||
if (appId == 0) {
|
if (appId == 0) {
|
||||||
// only install metadata - not the binaries
|
// 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);
|
GB.toast("To finish installation please start the watchapp on your Pebble", 5, GB.INFO);
|
||||||
} else {
|
} else {
|
||||||
// this came from an app fetch request, so do the real stuff
|
// this came from an app fetch request, so do the real stuff
|
||||||
|
Reference in New Issue
Block a user