am 65ba6d11: am 1e7276ce: Merge "Fix typo in AlertController.java"

* commit '65ba6d11e1f3ecf33a5b6e68ab8a6322e993b4d8':
  Fix typo in AlertController.java
This commit is contained in:
Jean-Baptiste Queru
2013-07-08 14:42:56 -07:00
committed by Android Git Automerger

View File

@@ -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);
}