优化
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="29" />
|
||||
tools:ignore="ScopedStorage" />
|
||||
|
||||
<application
|
||||
android:name=".App"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package io.legado.app.ui.font
|
||||
|
||||
import android.net.Uri
|
||||
import android.os.Build
|
||||
import android.os.Bundle
|
||||
import android.view.MenuItem
|
||||
import android.view.View
|
||||
@@ -115,9 +114,7 @@ class FontSelectDialog : BaseDialogFragment(R.layout.dialog_font_select),
|
||||
launch(Main) {
|
||||
val defaultPath = "SD${File.separator}Fonts"
|
||||
selectFontDir.launch {
|
||||
if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.Q) {
|
||||
otherActions = arrayListOf(SelectItem(defaultPath, -1))
|
||||
}
|
||||
otherActions = arrayListOf(SelectItem(defaultPath, -1))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user