Skip to content

Commit

Permalink
revert unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 25, 2023
1 parent 201bbc1 commit a94f151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ constructor(
viewRenderer.setEnableHardwareScaler(false /* enabled */)
}

suspend private fun emitWhenConnected(event: RoomEvent) {
private suspend fun emitWhenConnected(event: RoomEvent) {
if (state == State.CONNECTED) {
eventBus.postEvent(event)
}
Expand Down

0 comments on commit a94f151

Please sign in to comment.