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

Commit 32db9dbe authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Switch Access focus on first item of power menu" into main

parents 2afe1f8d d4cdd61c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2437,6 +2437,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene
                    return true;
                }
            });
            mGlobalActionsLayout.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
            mGlobalActionsLayout.setRotationListener(this::onRotate);
            mGlobalActionsLayout.setAdapter(mAdapter);
            mContainer = findViewById(com.android.systemui.res.R.id.global_actions_container);