Remove unused field
This commit is contained in:
parent
0702eee179
commit
f253aa6b37
@ -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…
x
Reference in New Issue
Block a user