mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-12 01:51:58 +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() {
|
this.actuallySendData = function() {
|
||||||
GBjs.sendAppMessage(self.configurationValues);
|
GBjs.sendAppMessage(self.configurationValues, false );
|
||||||
showStep("step1");
|
showStep("step1");
|
||||||
GBActivity.closeActivity();
|
GBActivity.closeActivity();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user