Merge "Fix typo in AlertController.java"
This commit is contained in:
@@ -572,7 +572,7 @@ public class AlertController {
|
|||||||
if (whichButtons == BIT_BUTTON_POSITIVE) {
|
if (whichButtons == BIT_BUTTON_POSITIVE) {
|
||||||
centerButton(mButtonPositive);
|
centerButton(mButtonPositive);
|
||||||
} else if (whichButtons == BIT_BUTTON_NEGATIVE) {
|
} else if (whichButtons == BIT_BUTTON_NEGATIVE) {
|
||||||
centerButton(mButtonNeutral);
|
centerButton(mButtonNegative);
|
||||||
} else if (whichButtons == BIT_BUTTON_NEUTRAL) {
|
} else if (whichButtons == BIT_BUTTON_NEUTRAL) {
|
||||||
centerButton(mButtonNeutral);
|
centerButton(mButtonNeutral);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user