Fix duplicated branch

This commit is contained in:
Nelson A. de Oliveira 2013-08-03 00:07:44 -03:00
parent ca60148431
commit eb1a8d2f46

View file

@ -195,7 +195,7 @@ public class QuickAction extends CustomPopupWindow {
} else if (arrowPos > screenWidth/4 && arrowPos < 3 * (screenWidth/4)) {
window.setAnimationStyle((onTop) ? R.style.Animations_PopUpMenu_Center : R.style.Animations_PopDownMenu_Center);
} else {
window.setAnimationStyle((onTop) ? R.style.Animations_PopDownMenu_Right : R.style.Animations_PopDownMenu_Right);
window.setAnimationStyle((onTop) ? R.style.Animations_PopUpMenu_Right : R.style.Animations_PopDownMenu_Right);
}
break;