wear profile-fix toast from strings.xml
This commit is contained in:
parent
0d8fd9df5c
commit
68f4a2db50
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class WatchUpdaterService extends WearableListenerService implements
|
|||
|
||||
final DataMap dataMap = dataMapSingleBG(lastBG, glucoseStatus);
|
||||
if(dataMap==null) {
|
||||
ToastUtils.showToastInUiThread(this,"No profile set yet");
|
||||
ToastUtils.showToastInUiThread(this, getString(R.string.noprofile));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue