Fix for device item not clickable when info items are visible
This commit is contained in:
parent
11ac01f0e8
commit
0e435d6d94
|
@ -84,6 +84,7 @@ public class GBDeviceAdapter extends ArrayAdapter<GBDevice> {
|
|||
adapter.addAll(infos);
|
||||
justifyListViewHeightBasedOnChildren(deviceInfoList);
|
||||
deviceInfoList.setVisibility(View.VISIBLE);
|
||||
deviceInfoList.setFocusable(false);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue