lint: run ktlintFormat
This commit is contained in:
parent
15c1ac9593
commit
48d8b18bae
2 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,7 @@ class MainActivity : AppCompatActivity() {
|
||||||
ViewCompat.setOnApplyWindowInsetsListener(binding.root) { v, insets ->
|
ViewCompat.setOnApplyWindowInsetsListener(binding.root) { v, insets ->
|
||||||
val bars = insets.getInsets(
|
val bars = insets.getInsets(
|
||||||
WindowInsetsCompat.Type.systemBars()
|
WindowInsetsCompat.Type.systemBars()
|
||||||
or WindowInsetsCompat.Type.displayCutout()
|
or WindowInsetsCompat.Type.displayCutout(),
|
||||||
)
|
)
|
||||||
v.updatePadding(
|
v.updatePadding(
|
||||||
left = bars.left,
|
left = bars.left,
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
package dev.jdtech.jellyfin.ui
|
package dev.jdtech.jellyfin.ui
|
||||||
|
|
||||||
import android.annotation.SuppressLint
|
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.net.Uri
|
import android.net.Uri
|
||||||
import android.view.KeyEvent
|
import android.view.KeyEvent
|
||||||
|
|
Loading…
Reference in a new issue