Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc5e7f57 authored by Sunny Shao's avatar Sunny Shao Committed by Android (Google) Code Review
Browse files

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

parents 29a3a0f4 2ff71edc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.");
        }