mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
review
This commit is contained in:
parent
09a287013c
commit
1b16d287e8
@ -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 New Issue
Block a user