[UI] Update libraries & NavLib to fix missing badges on most profiles.

This commit is contained in:
Kuba Szczodrzyński 2019-12-02 22:10:36 +01:00
parent 6a161b3c97
commit 8f8d613f6e
2 changed files with 9 additions and 6 deletions

View File

@ -804,6 +804,9 @@ class MainActivity : AppCompatActivity() {
} }
} else { } else {
setDrawerItems() setDrawerItems()
// 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 drawer.currentProfile = app.profile.id
loadTarget(drawerSelection, arguments) loadTarget(drawerSelection, arguments)
} }

View File

@ -22,8 +22,8 @@ buildscript {
androidX : '1.0.0', androidX : '1.0.0',
annotation : '1.1.0', annotation : '1.1.0',
recyclerView : '1.1.0-rc01', recyclerView : '1.1.0',
material : '1.2.0-alpha01', material : '1.2.0-alpha02',
appcompat : '1.1.0', appcompat : '1.1.0',
constraintLayout : '2.0.0-beta3', constraintLayout : '2.0.0-beta3',
cardview : '1.0.0', cardview : '1.0.0',
@ -36,16 +36,16 @@ buildscript {
lifecycle : "2.2.0-rc02", lifecycle : "2.2.0-rc02",
work : "2.2.0", work : "2.2.0",
firebase : '17.2.0', firebase : '17.2.1',
firebasemessaging: "20.0.0", firebasemessaging: "20.0.0",
play_services : "17.0.0", play_services : "17.0.0",
materialdialogs : "0.9.6.0", materialdialogs : "0.9.6.0",
materialdrawer : "cad66092a6", materialdrawer : "cad66092a6",
iconics : "4.0.1-b02", iconics : "4.0.1",
font_cmd : "3.5.95.1-kotlin", font_cmd : "3.5.95.1-kotlin",
navlib : "8ae5e2b87a", navlib : "8b31921697",
gifdrawable : "1.2.15" gifdrawable : "1.2.15"
] ]