This commit is contained in:
kunfei
2023-02-09 22:08:01 +08:00
parent 34c43dea74
commit a6213faae7
9 changed files with 17 additions and 1 deletions
@@ -401,7 +401,7 @@ class ReadRssActivity : VMBaseActivity<ActivityRssReadBinding, ReadRssViewModel>
return true
}
else -> {
binding.root.longSnackbar("跳转其它应用", "确认") {
binding.root.longSnackbar(R.string.jump_to_another_app, R.string.confirm) {
openUrl(url)
}
return true
@@ -1,3 +1,5 @@
@file:Suppress("unused")
package io.legado.app.utils
import android.view.View
@@ -1067,4 +1067,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
@@ -1070,4 +1070,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
@@ -1070,4 +1070,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
@@ -1067,4 +1067,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
@@ -1069,4 +1069,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
+2
View File
@@ -1069,4 +1069,6 @@
<string name="webdav_after_local_restore_confirm">webDav书源比本地新,是否恢复</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">确认</string>
<string name="jump_to_another_app">跳转其它应用</string>
</resources>
+2
View File
@@ -1070,4 +1070,6 @@
<string name="webdav_after_local_restore_confirm">The webDav book source is newer than the local one, whether to restore it or not</string>
<string name="c_whitelist">白名单(contentWhitelist)</string>
<string name="c_blacklist">黑名单(contentBlacklist)</string>
<string name="confirm">Confirm</string>
<string name="jump_to_another_app">Jump to another app</string>
</resources>