mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Fix compilation issue after develop being merged.
This commit is contained in:
parent
608e01abf1
commit
02a8fd231c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class RoomMemberProfileFragment @Inject constructor(
|
|||
viewModel.handle(RoomMemberProfileAction.SetUserColorOverride(newColor))
|
||||
}
|
||||
}
|
||||
.setNegativeButton(R.string.cancel, null)
|
||||
.setNegativeButton(R.string.action_cancel, null)
|
||||
.show()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue