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

Commit c27c481a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix indication area padding" into tm-dev

parents d27d7fe0 54213c57
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();