Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
fix ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
htooisap committed Jun 2, 2020
1 parent 11fec3b commit 035b1ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CoronaWarnApplication : Application(), LifecycleObserver,
}

override fun onActivityCreated(activity: Activity, savedInstanceState: Bundle?) {
//prevents screenshot of the app for all activities
// prevents screenshot of the app for all activities
activity.window.setFlags(
WindowManager.LayoutParams.FLAG_SECURE,
WindowManager.LayoutParams.FLAG_SECURE
Expand Down

0 comments on commit 035b1ba

Please sign in to comment.