Skip to content

Commit

Permalink
Merge pull request AgoraIO#178 from AgoraIO/dev/ios
Browse files Browse the repository at this point in the history
fix layout
  • Loading branch information
plutoless authored May 24, 2020
2 parents 29660dc + 4e11bf6 commit 5a1433d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ private extension RoomViewController {
var row: Int

if videoSessions.count == 0 {
containerView.removeLayout(level: 0)
return
} else if videoSessions.count == 1 {
rank = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ private extension RoomViewController {
var row: Int

if videoSessions.count == 0 {
containerView.removeLayout(level: 0)
return
} else if videoSessions.count == 1 {
rank = 1
Expand Down

0 comments on commit 5a1433d

Please sign in to comment.