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