Skip to content

Commit

Permalink
Aperture: Reformat code
Browse files Browse the repository at this point in the history
Change-Id: I676a7e564a13612d397c2516a78c9b0892a086df
  • Loading branch information
SebaUbuntu committed Mar 1, 2024
1 parent c870839 commit d79106a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/lineageos/aperture/CameraActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,7 @@ open class CameraActivity : AppCompatActivity() {
FlashMode.TORCH -> sharedPreferences.photoFlashMode.takeIf {
supportedFlashModes.contains(it)
} ?: FlashMode.OFF

else -> FlashMode.TORCH
}

Expand Down

0 comments on commit d79106a

Please sign in to comment.