mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2898 File as an Object | Action delete (#1960)
This commit is contained in:
parent
47a2cf3e0b
commit
80319b77db
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class ObjectMenuViewModel(
|
|||
|
||||
if (layout in fileLayouts) {
|
||||
clear()
|
||||
add(ObjectAction.MOVE_TO_BIN)
|
||||
add(ObjectAction.DELETE)
|
||||
add(ObjectAction.DOWNLOAD_FILE)
|
||||
if (isFavorite) {
|
||||
add(ObjectAction.REMOVE_FROM_FAVOURITE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue