Seb Jachec
02/17/2023, 4:27 PMMaterialTheme as needed. The only problem: the keyboard always matches the OS theme instead. Does anyone have any suggestions to fix this?
I've seen mentions of AppCompatDelegate.setDefaultNightMode, but that seems to require my main activity to extend AppCompatActivity, setContent extension function isn't available.Ian Lake
02/17/2023, 4:53 PMsetContent thereSeb Jachec
02/17/2023, 5:03 PMsetContent in red with 'unresolved reference' on hover, but the build does in fact succeed.