mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 704043 - don't show transition animation when closing awesome bar r=dougt
This commit is contained in:
parent
a92b993c8d
commit
ca5df91cb1
@ -191,6 +191,7 @@ public class AwesomeBar extends Activity {
|
||||
|
||||
setResult(Activity.RESULT_OK, resultIntent);
|
||||
finish();
|
||||
overridePendingTransition(0, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user