bug 704043 - don't show transition animation when closing awesome bar r=dougt

This commit is contained in:
Brad Lassey 2011-11-21 14:05:39 -05:00
parent a92b993c8d
commit ca5df91cb1

View File

@ -191,6 +191,7 @@ public class AwesomeBar extends Activity {
setResult(Activity.RESULT_OK, resultIntent);
finish();
overridePendingTransition(0, 0);
}
@Override