mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 17:18:52 -06:00
Fix multiple selection
This commit is contained in:
@@ -156,7 +156,7 @@ class HabitCardListController @Inject constructor(
|
||||
}
|
||||
|
||||
private fun notifyListener() {
|
||||
if (activeMode === SelectionMode())
|
||||
if (activeMode is SelectionMode)
|
||||
selectionMenu.get().onSelectionChange()
|
||||
else
|
||||
selectionMenu.get().onSelectionFinish()
|
||||
|
||||
Reference in New Issue
Block a user