wear make sendData() private

This commit is contained in:
AdrianLxM 2016-12-01 12:10:58 +01:00
parent 7eb8702a9c
commit 1af28d007f

View file

@ -140,7 +140,7 @@ public class WatchUpdaterService extends WearableListenerService implements
}
}
public void sendData() {
private void sendData() {
BgReading lastBG = MainApp.getDbHelper().lastBg();
if (lastBG != null) {