Disabled the "Double-tap to activate"
- disabled the listview in the createVerifiedLinksDialog Fixes: 242822432 Test: manual test Change-Id: Iee884691d5900ff016f41a9ca120604d52dfc362
This commit is contained in:
@@ -288,6 +288,7 @@ public class AppLaunchSettings extends AppInfoBase implements
|
|||||||
.create();
|
.create();
|
||||||
if (dialog.getListView() != null) {
|
if (dialog.getListView() != null) {
|
||||||
dialog.getListView().setTextDirection(View.TEXT_DIRECTION_LOCALE);
|
dialog.getListView().setTextDirection(View.TEXT_DIRECTION_LOCALE);
|
||||||
|
dialog.getListView().setEnabled(false);
|
||||||
} else {
|
} else {
|
||||||
Log.w(TAG, "createVerifiedLinksDialog: dialog.getListView() is null, please check it.");
|
Log.w(TAG, "createVerifiedLinksDialog: dialog.getListView() is null, please check it.");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user