mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 13:28:05 -05:00
android: Suppress lint in InsetsHelper
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package org.yuzu.yuzu_emu.utils
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.content.Context
|
||||
import android.view.ViewGroup.MarginLayoutParams
|
||||
import androidx.core.graphics.Insets
|
||||
@ -17,6 +18,7 @@ object InsetsHelper {
|
||||
appBarLayout.layoutParams = mlpAppBar
|
||||
}
|
||||
|
||||
@SuppressLint("DiscouragedApi")
|
||||
fun getSystemGestureType(context: Context): Int {
|
||||
val resources = context.resources
|
||||
val resourceId =
|
||||
|
Reference in New Issue
Block a user