Merge "Disabled the "Double-tap to activate"" into main

This commit is contained in:
Sunny Shao
2023-12-25 12:28:30 +00:00
committed by Android (Google) Code Review

View File

@@ -288,6 +288,7 @@ public class AppLaunchSettings extends AppInfoBase implements
.create();
if (dialog.getListView() != null) {
dialog.getListView().setTextDirection(View.TEXT_DIRECTION_LOCALE);
dialog.getListView().setEnabled(false);
} else {
Log.w(TAG, "createVerifiedLinksDialog: dialog.getListView() is null, please check it.");
}