1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

DROID-2135 FaO | Fix | Missing space id (#910)

This commit is contained in:
Konstantin Ivanov 2024-02-23 14:35:38 +01:00 committed by uburoiubu
parent af318bb3ff
commit fe1dc02190
No known key found for this signature in database
GPG key ID: C8FB80E0A595FBB6

View file

@ -177,6 +177,7 @@ abstract class ObjectMenuBaseFragment :
R.id.objectIconPickerScreen,
bundleOf(
IconPickerFragmentBase.ARG_CONTEXT_ID_KEY to ctx,
IconPickerFragmentBase.ARG_SPACE_ID_KEY to space
)
)
}