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

Commit 3079e587 authored by Sangkyu Lee's avatar Sangkyu Lee
Browse files

Fix typo in AlertController.java



If whichButtons is BIT_BUTTON_NEGATIVE, the negative button should be centered.

Change-Id: Ia34daf8c80704204a4f1cf71c642114005559d5d
Signed-off-by: default avatarSangkyu Lee <sk82.lee@lge.com>
parent 7c292062
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -572,7 +572,7 @@ public class AlertController {
            if (whichButtons == BIT_BUTTON_POSITIVE) {
                centerButton(mButtonPositive);
            } else if (whichButtons == BIT_BUTTON_NEGATIVE) {
                centerButton(mButtonNeutral);
                centerButton(mButtonNegative);
            } else if (whichButtons == BIT_BUTTON_NEUTRAL) {
                centerButton(mButtonNeutral);
            }