Enhance list scrolling
This commit is contained in:
parent
25735115ad
commit
de0eb3be0a
1 changed files with 2 additions and 1 deletions
|
@ -448,7 +448,8 @@ public class MapActivityLayers {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
builder.show();
|
AlertDialog dlg = builder.show();
|
||||||
|
dlg.getListView().setFastScrollEnabled(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue