Loading src/com/android/settings/applications/intentpicker/AppLaunchSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -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."); } Loading Loading
src/com/android/settings/applications/intentpicker/AppLaunchSettings.java +1 −0 Original line number Diff line number Diff line Loading @@ -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."); } Loading