mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 727300: Don't animate awesomebar while cancelling. [r=mfinkle]
This commit is contained in:
parent
704427923a
commit
6f0d522a49
@ -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…
Reference in New Issue
Block a user