Skip to content

Commit

Permalink
Fix ktlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
leahlud authored Oct 23, 2023
1 parent 7ab42a1 commit 595ea5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class OnboardingActivity : FragmentActivity() {

override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

// gets rid of status bar at the top
window.setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN)
setContentView(R.layout.activity_onboarding)
Expand Down

0 comments on commit 595ea5e

Please sign in to comment.