mirror of
https://github.com/Michatec/Radio.git
synced 2026-03-31 23:46:28 +02:00
style(ui): hide loading layout directly
This commit is contained in:
@@ -58,7 +58,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
hideLoadingOverlay()
|
hideLoadingOverlay()
|
||||||
}, 1200)
|
}, 1200)
|
||||||
} else {
|
} else {
|
||||||
hideLoadingOverlay()
|
findViewById<View>(R.id.loading_layout)?.visibility = View.GONE
|
||||||
}
|
}
|
||||||
|
|
||||||
// register listener for changes in shared preferences
|
// register listener for changes in shared preferences
|
||||||
|
|||||||
Reference in New Issue
Block a user