Skip to content

Commit

Permalink
Fix icon rotation
Browse files Browse the repository at this point in the history
(of mute toggle and include audio indication on capture button)
  • Loading branch information
MHShetty authored and thestinger committed Feb 4, 2025
1 parent ecfb1ee commit 78b1354
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,9 @@ open class MainActivity : AppCompatActivity(),
rotateView(zoomInIcon, iconRotation)
rotateView(zoomOutIcon, iconRotation)
rotateView(settingsDialog.settingsFrame, iconRotation)

rotateView(micOffIcon, iconRotation)
rotateView(muteToggle, iconRotation)
}

lateinit var camConfig: CamConfig
Expand Down

0 comments on commit 78b1354

Please sign in to comment.