mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Remove unused field
This commit is contained in:
parent
0702eee179
commit
f253aa6b37
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ data class RoomPermissionsViewState(
|
|||
val roomSummary: Async<RoomSummary> = Uninitialized,
|
||||
val actionPermissions: ActionPermissions = ActionPermissions(),
|
||||
val currentPowerLevelsContent: Async<PowerLevelsContent> = Uninitialized,
|
||||
val newPowerLevelsContent: PowerLevelsContent? = null,
|
||||
val isLoading: Boolean = false
|
||||
) : MvRxState {
|
||||
|
||||
|
|
Loading…
Reference in a new issue