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

Commit 28bc6df6 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Enable "More"-card double tap interaction."

parents 8a2a5fa0 e96fcd1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<com.android.systemui.statusbar.NotificationOverflowContainer
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="32dp"
    android:layout_height="40dp"
    android:focusable="true"
    android:clickable="true"
    >
+1 −2
Original line number Diff line number Diff line
@@ -628,8 +628,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
                        R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false);
        mKeyguardIconOverflowContainer.setOnActivatedListener(this);
        mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text);
        // TODO: Comment in when transition is ready.
        //mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener);
        mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener);
        mStackScroller.addView(mKeyguardIconOverflowContainer);

        mExpandedContents = mStackScroller;