Lost code for setting the list as visible
the ag/16710087 lost the code. Bug: 216233391 Test: manual test: check the UI make RunSettingsRoboTests ROBOTEST_FILTER=SimListDialogFragmentTest (PASS) Change-Id: If6ad5422a820627873e58b144e7b65a8b0130def
This commit is contained in:
committed by
SongFerng Wang
parent
0042654d60
commit
04eec0382c
@@ -87,6 +87,7 @@ public class SimListDialogFragment extends SimDialogFragment {
|
||||
final ListView lvItems = content != null ? content.findViewById(R.id.carrier_list) : null;
|
||||
if (lvItems != null) {
|
||||
setAdapter(lvItems);
|
||||
lvItems.setVisibility(View.VISIBLE);
|
||||
lvItems.setOnItemClickListener(new AdapterView.OnItemClickListener() {
|
||||
@Override
|
||||
public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
|
||||
|
Reference in New Issue
Block a user