mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Updated custom tabs
This commit is contained in:
@@ -201,6 +201,7 @@ public class Helper {
|
||||
} else {
|
||||
// https://developer.chrome.com/multidevice/android/customtabs
|
||||
CustomTabsIntent.Builder builder = new CustomTabsIntent.Builder();
|
||||
builder.setNavigationBarColor(resolveColor(context, R.attr.colorPrimaryDark));
|
||||
builder.setToolbarColor(resolveColor(context, R.attr.colorPrimary));
|
||||
|
||||
CustomTabsIntent customTabsIntent = builder.build();
|
||||
|
||||
Reference in New Issue
Block a user