Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NightscoutFoundation/xDrip
Browse files Browse the repository at this point in the history
…into jamorhamvoice
  • Loading branch information
jamorham committed Aug 20, 2019
2 parents f6e1757 + 4692318 commit 5c91be6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ protected void onListItemClick(ListView l, View v, int position, long id) {
if (device.getName().toLowerCase().contains("limitter")
&& (adverts.containsKey(device.getAddress())
&& ((new String(adverts.get(device.getAddress()), "UTF-8").contains("eLeR"))
|| (new String(adverts.get(device.getAddress()), "UTF-8").contains("data"))))) {
|| (new String(adverts.get(device.getAddress()), "UTF-8").contains("data"))))||
device.getName().toLowerCase().contains("limitterd")) {
String msg = "Auto-detected transmiter_pl device!";
Log.e(TAG, msg);
JoH.static_toast_long(msg);
Expand Down

0 comments on commit 5c91be6

Please sign in to comment.