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

Commit c9547daf 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

am: e4857b65

Change-Id: Ic7a39a2842e8e3b18f65870f28d7dbad2f53748b
parents 5b8289a9 e4857b65
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;