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

Commit 3d29145a authored by Brian Attwell's avatar Brian Attwell
Browse files

Fix QC NPE in landscape orientation

Bug: 17289130
Change-Id: I441a2f2aa5008df77f25fe6bc72775d2addc9a85
parent f764730a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,8 +277,8 @@ public class MultiShrinkScroller extends FrameLayout {
        mActionBarGradientView = findViewById(R.id.action_bar_gradient);
        mActionBarGradientView.setBackground(mActionBarGradientDrawable);

        if (!mIsTwoPanel) {
        mPhotoTouchInterceptOverlay = findViewById(R.id.photo_touch_intercept_overlay);
        if (!mIsTwoPanel) {
            mPhotoTouchInterceptOverlay.setOnClickListener(new OnClickListener() {
                @Override
                public void onClick(View v) {