Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b0afb92 authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Themes: update themeChange value

This reflects the recent change to ActivityInfo where
CONFIG_THEME_RESOURCE was changed from 0x8000 to 0x100000

Change-Id: I0f0817ca60ba1a2a53c7e9223d3fb0f86a08410e
parent a28c120d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -746,7 +746,7 @@
        <!-- The layout direction has changed. For example going from LTR to RTL. -->
        <flag name="layoutDirection" value="0x2000" />
        <!-- Theme has changed -->
        <flag name="themeChange" value="0x8000" />
        <flag name="themeChange" value="0x100000" />
        <!-- The font scaling factor has changed, that is the user has
             selected a new global font size. -->
        <flag name="fontScale" value="0x40000000" />