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

Commit 33755245 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix indication area padding" into tm-dev am: c27c481a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17321484

Change-Id: Iefd7f6df5da017213e7e258ca16cce40781f1c63
parents 01597ebc c27c481a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1101,9 +1101,11 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
            mIndicationArea.setPadding(mIndicationPadding, 0, mIndicationPadding, 0);
        } else {
            mQRCodeScannerButton.setVisibility(GONE);
            if (mControlsButton.getVisibility() == GONE) {
                mIndicationArea.setPadding(0, 0, 0, 0);
            }
        }
    }

    private void onQRCodeScannerClicked(View view) {
        Intent intent = mQRCodeScannerController.getIntent();