1
0
Fork 0

For #8637: Remove setActivityTheme outside activity lifecycle scope

master
Simon Chae 2020-02-24 17:18:14 -05:00 committed by Jeff Boek
parent 4be693255d
commit 0434e53911
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ class DefaultThemeManager(
if (currentTheme != value) {
field = value
setActivityTheme(activity)
val intent = activity.intent ?: Intent().also { activity.intent = it }
intent.putExtra(HomeActivity.PRIVATE_BROWSING_MODE, value == BrowsingMode.Private)