wear profile-fix toast from strings.xml

This commit is contained in:
AdrianLxM 2016-12-01 10:47:39 +01:00
parent 0d8fd9df5c
commit 68f4a2db50

View file

@ -151,7 +151,7 @@ public class WatchUpdaterService extends WearableListenerService implements
final DataMap dataMap = dataMapSingleBG(lastBG, glucoseStatus); final DataMap dataMap = dataMapSingleBG(lastBG, glucoseStatus);
if(dataMap==null) { if(dataMap==null) {
ToastUtils.showToastInUiThread(this,"No profile set yet"); ToastUtils.showToastInUiThread(this, getString(R.string.noprofile));
return; return;
} }