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