mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-11 17:41:57 +01:00
Pebble: JS fix sending configuration data (regression introduced with last commit)
This commit is contained in:
parent
aa28625d9f
commit
9cca16cb00
@ -117,7 +117,7 @@ function gbPebble() {
|
||||
}
|
||||
|
||||
this.actuallySendData = function() {
|
||||
GBjs.sendAppMessage(self.configurationValues);
|
||||
GBjs.sendAppMessage(self.configurationValues, false );
|
||||
showStep("step1");
|
||||
GBActivity.closeActivity();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user