Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
rjspies committed Oct 23, 2023
1 parent a17b937 commit f54d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/photos/network/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MainActivity : ComponentActivity() {
if (!BuildConfig.DEBUG) {
window.setFlags(
WindowManager.LayoutParams.FLAG_SECURE,
WindowManager.LayoutParams.FLAG_SECURE
WindowManager.LayoutParams.FLAG_SECURE,
)
}

Expand Down

0 comments on commit f54d13c

Please sign in to comment.