mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Open the labels sheet from the library on Android
This commit is contained in:
parent
736a472a86
commit
24a87d696d
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ class LibraryViewModel @Inject constructor(
|
|||
|
||||
SavedItemAction.EditLabels -> {
|
||||
currentItemLiveData.value = itemID
|
||||
bottomSheetState.value = LibraryBottomSheetState.EDIT
|
||||
bottomSheetState.value = LibraryBottomSheetState.LABEL
|
||||
}
|
||||
|
||||
SavedItemAction.EditInfo -> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue