Open the labels sheet from the library on Android

This commit is contained in:
Jackson Harper
2024-01-08 11:46:18 +08:00
parent 736a472a86
commit 24a87d696d

View File

@ -300,7 +300,7 @@ class LibraryViewModel @Inject constructor(
SavedItemAction.EditLabels -> {
currentItemLiveData.value = itemID
bottomSheetState.value = LibraryBottomSheetState.EDIT
bottomSheetState.value = LibraryBottomSheetState.LABEL
}
SavedItemAction.EditInfo -> {