Skip to content

Commit 78b1354

Browse files
MHShettythestinger
authored andcommitted
Fix icon rotation
(of mute toggle and include audio indication on capture button)
1 parent ecfb1ee commit 78b1354

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/java/app/grapheneos/camera/ui/activities/MainActivity.kt

+3
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,9 @@ open class MainActivity : AppCompatActivity(),
13611361
rotateView(zoomInIcon, iconRotation)
13621362
rotateView(zoomOutIcon, iconRotation)
13631363
rotateView(settingsDialog.settingsFrame, iconRotation)
1364+
1365+
rotateView(micOffIcon, iconRotation)
1366+
rotateView(muteToggle, iconRotation)
13641367
}
13651368

13661369
lateinit var camConfig: CamConfig

0 commit comments

Comments
 (0)