mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 727300: Don't animate awesomebar while cancelling. [r=mfinkle]
This commit is contained in:
parent
06e5e32cc6
commit
24f9629b16
@ -307,6 +307,7 @@ public class AwesomeBar extends Activity implements GeckoEventListener {
|
||||
private void cancelAndFinish() {
|
||||
setResult(Activity.RESULT_CANCELED);
|
||||
finish();
|
||||
overridePendingTransition(0, 0);
|
||||
}
|
||||
|
||||
private void finishWithResult(Intent intent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user