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()
|
||||
}, 1200)
|
||||
} else {
|
||||
hideLoadingOverlay()
|
||||
findViewById<View>(R.id.loading_layout)?.visibility = View.GONE
|
||||
}
|
||||
|
||||
// register listener for changes in shared preferences
|
||||
|
||||
Reference in New Issue
Block a user