1
0
Fork 0
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:
M66B 2024-10-26 08:38:52 +02:00
parent 2c75c43315
commit 985af2959b

View file

@ -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);