Closed jamescodesthings closed 3 years ago
Fixes #280 it looks like at some point this might have been changed from appCommon to Application and this reference missed.
Works as expected, calling Theme.setMode(Theme.Auto) resets to system's Dark Mode Setting.
Theme.setMode(Theme.Auto)
Fixes #280.
Fixes #280 it looks like at some point this might have been changed from appCommon to Application and this reference missed.
PR Checklist
What is the current behavior?
280
What is the new behavior?
Works as expected, calling
Theme.setMode(Theme.Auto)
resets to system's Dark Mode Setting.Fixes #280.