mirror of
https://github.com/gsantner/dandelion
synced 2024-11-16 17:32:08 +01:00
Removed animation from customTab
This commit is contained in:
parent
504f7cd434
commit
4a135e50d6
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ public class OpenExternalLinkReceiver extends BroadcastReceiver {
|
||||||
// Setup Chrome Custom Tab
|
// Setup Chrome Custom Tab
|
||||||
CustomTabsIntent.Builder customTab = new CustomTabsIntent.Builder();
|
CustomTabsIntent.Builder customTab = new CustomTabsIntent.Builder();
|
||||||
customTab.setToolbarColor(Helpers.getColorFromRessource(c, R.color.colorPrimary));
|
customTab.setToolbarColor(Helpers.getColorFromRessource(c, R.color.colorPrimary));
|
||||||
customTab.setStartAnimations(c, android.R.anim.slide_in_left, android.R.anim.fade_out);
|
|
||||||
customTab.setExitAnimations(c, android.R.anim.fade_in, android.R.anim.slide_out_right);
|
|
||||||
customTab.addDefaultShareMenuItem();
|
customTab.addDefaultShareMenuItem();
|
||||||
|
|
||||||
Bitmap backButtonIcon = BitmapFactory.decodeResource(c.getResources(), R.drawable.chrome_custom_tab__back);
|
Bitmap backButtonIcon = BitmapFactory.decodeResource(c.getResources(), R.drawable.chrome_custom_tab__back);
|
||||||
|
|
Loading…
Reference in a new issue