mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-19 04:38:44 +03:00
Typo and cleanup
This commit is contained in:
parent
262f10af9a
commit
530ce0952c
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ class RoomDetailActivity : VectorBaseActivity(), ToolbarConfigurable {
|
|||
hideKeyboard()
|
||||
|
||||
if (!drawerLayout.isDrawerOpen(GravityCompat.START) && newState == DrawerLayout.STATE_DRAGGING) {
|
||||
// User is starting to open the drawer, scroll the list to op
|
||||
// User is starting to open the drawer, scroll the list to top
|
||||
scrollBreadcrumbsToTop()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,7 @@ data class RoomMemberProfileViewState(
|
|||
val actionPermissions: ActionPermissions = ActionPermissions()
|
||||
) : MvRxState {
|
||||
|
||||
constructor(args: RoomMemberProfileArgs) : this(roomId = args.roomId, userId = args.userId)
|
||||
constructor(args: RoomMemberProfileArgs) : this(userId = args.userId, roomId = args.roomId)
|
||||
}
|
||||
|
||||
data class ActionPermissions(
|
||||
|
|
Loading…
Add table
Reference in a new issue