mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
Custom tabs: open apps
This commit is contained in:
parent
2c75c43315
commit
985af2959b
1 changed files with 1 additions and 0 deletions
|
@ -1289,6 +1289,7 @@ public class Helper {
|
|||
: CustomTabsIntent.COLOR_SCHEME_LIGHT)
|
||||
.setShareState(CustomTabsIntent.SHARE_STATE_ON)
|
||||
.setUrlBarHidingEnabled(true)
|
||||
.setSendToExternalDefaultHandlerEnabled(true)
|
||||
.setStartAnimations(context, R.anim.activity_open_enter, R.anim.activity_open_exit)
|
||||
.setExitAnimations(context, R.anim.activity_close_enter, R.anim.activity_close_exit);
|
||||
|
||||
|
|
Loading…
Reference in a new issue