hoppjan / luebeck-mensa-widget

Android Widget for the Menu of Mensa Lübeck
Apache License 2.0
7 stars 0 forks source link

Widget follow dark/light-Theme #6

Closed lomenzel closed 1 year ago

lomenzel commented 1 year ago

Widget is always displayd in dark mode but shuld follow the system preference

hoppjan commented 1 year ago

I could not figure out how to do widget theming in Jetpack Compose Glance. The usual way to determine the theme does not work in the widget.

A workaround could be to ask for user preference.

9 will need the infrastructure for user preferences, so this will be deprioritized until that issue is closed.