mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-12 13:40:47 +02:00
[UI/Login] Fix login summary list not showing all profiles.
This commit is contained in:
@ -82,7 +82,7 @@ class LoginActivity : AppCompatActivity(), CoroutineScope {
|
||||
|
||||
b = ActivityLoginBinding.inflate(layoutInflater)
|
||||
setContentView(b.root)
|
||||
errorSnackbar.setCoordinator(b.coordinator, null)
|
||||
errorSnackbar.setCoordinator(b.coordinator, b.snackbarAnchor)
|
||||
|
||||
launch {
|
||||
app.config.loginFinished = app.db.profileDao().count > 0
|
||||
|
Reference in New Issue
Block a user