Stop Status Bar from Disappearing after Lock Screen
I'm still new to Kotlin with some apps now published on Google Play over the past few months. Kotlin runs my apps fast, though now I see some lags in start ups. But when my apps start up after screen timeouts sometimes I can't see the upper system status bar. It just isn't there. I've tried to refresh elements here:
override fun onResume() {
val today = now()
val formatDT: DateTimeFormatter =
DateTimeFormatter.ofPattern("EEEE M.d.yyyy")
val dateTimeShown: String =...