优化
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="io.legado.app">
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" />
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
* js添加 getVerificationCode startBrowserAwait
|
||||
* 监测网络变化及时更新web服务的IP
|
||||
* 优化在线tts导入
|
||||
* 优化txt规则导入
|
||||
* 替换规则添加超时字段
|
||||
* 其它一些bug修复
|
||||
|
||||
**2022/05/02**
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ class FileAssociationActivity :
|
||||
finish()
|
||||
}
|
||||
viewModel.notSupportedLiveData.observe(this) { data ->
|
||||
appCtx.alert(
|
||||
alert(
|
||||
title = appCtx.getString(R.string.draw),
|
||||
message = appCtx.getString(R.string.file_not_supported, data.second)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user