mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-29 20:26:34 +02:00
Custom tabs: open apps
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user