mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-11 05:00:46 +02:00
[UI] Update libraries & NavLib to fix missing badges on most profiles.
This commit is contained in:
@ -804,7 +804,10 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
} else {
|
||||
setDrawerItems()
|
||||
drawer.currentProfile = app.profile.id
|
||||
// the drawer profile is updated automatically when the drawer item is clicked
|
||||
// update it manually when switching profiles from other source
|
||||
//if (drawer.currentProfile != app.profile.id)
|
||||
drawer.currentProfile = app.profile.id
|
||||
loadTarget(drawerSelection, arguments)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user