🐛 Fixed bug
This commit is contained in:
parent
0d1cfff883
commit
3026ae8505
@ -438,7 +438,9 @@ class MainActivity : AppCompatActivity(), ListSelectionListener<Serializable> {
|
|||||||
} else {
|
} else {
|
||||||
(item as PrimaryDrawerItem).withBadge(null as String?)
|
(item as PrimaryDrawerItem).withBadge(null as String?)
|
||||||
}
|
}
|
||||||
drawer.updateItem(item)
|
runOnUiThread {
|
||||||
|
drawer.updateItem(item)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user