mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: JS fix sending configuration data (regression introduced with last commit)
This commit is contained in:
@@ -117,7 +117,7 @@ function gbPebble() {
|
||||
}
|
||||
|
||||
this.actuallySendData = function() {
|
||||
GBjs.sendAppMessage(self.configurationValues);
|
||||
GBjs.sendAppMessage(self.configurationValues, false );
|
||||
showStep("step1");
|
||||
GBActivity.closeActivity();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user