1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 08:46:16 +02:00

Pebble: JS fix sending configuration data (regression introduced with last commit)

This commit is contained in:
Daniele Gobbetti 2017-08-02 22:18:11 +02:00
parent aa28625d9f
commit 9cca16cb00

View File

@ -117,7 +117,7 @@ function gbPebble() {
}
this.actuallySendData = function() {
GBjs.sendAppMessage(self.configurationValues);
GBjs.sendAppMessage(self.configurationValues, false );
showStep("step1");
GBActivity.closeActivity();
}