mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -186,7 +186,7 @@ val Context.sysScreenOffTime: Int
|
||||
}
|
||||
|
||||
val Context.statusBarHeight: Int
|
||||
@SuppressLint("DiscouragedApi")
|
||||
@SuppressLint("DiscouragedApi", "InternalInsetResource")
|
||||
get() {
|
||||
if (Build.BOARD == "windows") {
|
||||
return 0
|
||||
@@ -196,7 +196,7 @@ val Context.statusBarHeight: Int
|
||||
}
|
||||
|
||||
val Context.navigationBarHeight: Int
|
||||
@SuppressLint("DiscouragedApi")
|
||||
@SuppressLint("DiscouragedApi", "InternalInsetResource")
|
||||
get() {
|
||||
val resourceId = resources.getIdentifier("navigation_bar_height", "dimen", "android")
|
||||
return resources.getDimensionPixelSize(resourceId)
|
||||
|
||||
Reference in New Issue
Block a user