Anyone else find the naming of `isSystemInDarkThem...
# compose
m
Anyone else find the naming of
isSystemInDarkTheme()
misleading? This is not the device’s system setting for Dark Theme, but rather the theme for the app which, for example, may have overridden the theme using
AppCompatDelegate.setDefaultNightMode(mode)
(Android).
e
normally I would say yes but anything with the word system in it I automatically assume is wrong, false or misleading in android. This is because google goes through great efforts to screw developers abilitiy to serve their users goals. Unless you can do it "their" way, you cant serve your users. For that reason I dont find it surprising that this is the case