Skip to content

Commit

Permalink
show also already paired devices (fixes #178) (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrijal53 authored and dogi committed Feb 21, 2019
1 parent 80251ff commit b2923a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void onItemClick(AdapterView<?> parent, View view, int position, long id)
String deviceName = device.getName();
String deviceHardwareAddress = device.getAddress(); // MAC address
s.add(deviceName+ "\n" + deviceHardwareAddress);
// listView.setAdapter(new ArrayAdapter<String>(getContext(), android.R.layout.simple_list_item_1, s));
setAdapterNotNull(s);
}
}

Expand Down

0 comments on commit b2923a8

Please sign in to comment.