The list will no longer clear once we open the details activity

This commit is contained in:
Alexandros Schillings
2014-03-10 19:41:37 +00:00
parent 4b92e544b1
commit 222d249de8
@@ -98,7 +98,6 @@ public class MainActivity extends ListActivity {
protected void onPause() {
super.onPause();
mScanner.scanLeDevice(-1, false);
mLeDeviceListAdapter.clear();
}
@Override