Fixed rapidly deleting categories not deleting

This commit is contained in:
Jay 2020-04-27 22:53:56 -04:00
parent f1a62857be
commit fb5b14dd8a

View File

@ -136,6 +136,7 @@ class CategoryController(bundle: Bundle? = null) : BaseController(bundle),
}
private fun deleteCategory(position: Int) {
confirmDelete()
adapter?.removeItem(position)
snack =
view?.snack(R.string.category_deleted, Snackbar.LENGTH_INDEFINITE) {