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

Commit e4857b65 authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Move status bar accessibility title to pane" into pi-dev

am: 853af140

Change-Id: I5937d8017cf922b156f114af7653dfb5bbeeabc0
parents 607a78db 853af140
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    android:orientation="vertical"
    android:focusable="false"
    android:descendantFocusability="afterDescendants"
    android:accessibilityPaneTitle="@string/status_bar"
    >

    <ImageView
+0 −1
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ public class StatusBarWindowManager implements RemoteInputController.Callback, D
        mLp.gravity = Gravity.TOP;
        mLp.softInputMode = WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE;
        mLp.setTitle("StatusBar");
        mLp.accessibilityTitle = mContext.getString(R.string.status_bar);
        mLp.packageName = mContext.getPackageName();
        mLp.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
        mStatusBarView = statusBarView;