Skip to content

Commit

Permalink
lint: run ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Jul 15, 2024
1 parent 15c1ac9 commit 48d8b18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MainActivity : AppCompatActivity() {
ViewCompat.setOnApplyWindowInsetsListener(binding.root) { v, insets ->
val bars = insets.getInsets(
WindowInsetsCompat.Type.systemBars()
or WindowInsetsCompat.Type.displayCutout()
or WindowInsetsCompat.Type.displayCutout(),
)
v.updatePadding(
left = bars.left,
Expand Down
1 change: 0 additions & 1 deletion app/tv/src/main/java/dev/jdtech/jellyfin/ui/ShowScreen.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package dev.jdtech.jellyfin.ui

import android.annotation.SuppressLint
import android.content.Intent
import android.net.Uri
import android.view.KeyEvent
Expand Down

0 comments on commit 48d8b18

Please sign in to comment.