Skip to content

Commit 765a5df

Browse files
westcripptemasek
authored andcommitted
Revert "am: Notify zygote of font change in ActivityManagerService"
- Breaks font theme service This reverts commit 282c3a4294508a6cb21aee23779fb4173a4a5308.
1 parent a265fb3 commit 765a5df

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/core/java/com/android/server/am/ActivityManagerService.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17854,11 +17854,6 @@ boolean updateConfigurationLocked(Configuration values,
1785417854
!values.themeConfig.equals(mConfiguration.themeConfig));
1785517855
}
1785617856

17857-
if ((changes & ActivityInfo.CONFIG_THEME_FONT) != 0) {
17858-
// Notify zygote that themes need a refresh
17859-
SystemProperties.set(PROP_REFRESH_THEME, "1");
17860-
}
17861-
1786217857
mConfigurationSeq++;
1786317858
if (mConfigurationSeq <= 0) {
1786417859
mConfigurationSeq = 1;

0 commit comments

Comments
 (0)