am 1e7276ce: Merge "Fix typo in AlertController.java"
* commit '1e7276ce35f68c2df10b52c8adf8adc2882b8671': Fix typo in AlertController.java
This commit is contained in:
committed by
Android Git Automerger
commit
65ba6d11e1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user