mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 09:56:00 +03:00
review
This commit is contained in:
parent
09a287013c
commit
1b16d287e8
2 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,7 @@ class SpaceDirectoryFragment @Inject constructor(
|
|||
viewModel.handle(SpaceDirectoryViewAction.Retry)
|
||||
}
|
||||
|
||||
private val addExistingRoomActivityResult = registerStartForActivityResult { activityResult ->
|
||||
private val addExistingRoomActivityResult = registerStartForActivityResult { _ ->
|
||||
viewModel.handle(SpaceDirectoryViewAction.Retry)
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:importantForAccessibility="no"
|
||||
android:tint="?riotx_reaction_background_off"
|
||||
app:layout_constraintBottom_toTopOf="@id/emptyItemTitleView"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue