mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-17 21:06:48 +01:00
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…
x
Reference in New Issue
Block a user