wear make sendData() private
This commit is contained in:
parent
7eb8702a9c
commit
1af28d007f
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public class WatchUpdaterService extends WearableListenerService implements
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void sendData() {
|
private void sendData() {
|
||||||
|
|
||||||
BgReading lastBG = MainApp.getDbHelper().lastBg();
|
BgReading lastBG = MainApp.getDbHelper().lastBg();
|
||||||
if (lastBG != null) {
|
if (lastBG != null) {
|
||||||
|
|
Loading…
Reference in a new issue