1
0
mirror of https://github.com/fumiama/copymanga.git synced 2026-06-12 03:20:23 +08:00

2.0.beta13

1. 解决一些闪退
2. 增加设置页面
3. 升级ABI
4. 修复gradle疑难杂症
This commit is contained in:
源文雨
2022-10-18 00:50:10 +08:00
parent 663f853e81
commit 1c18d317f8
7 changed files with 83 additions and 15 deletions

View File

@@ -123,6 +123,7 @@ class MainActivity : AppCompatActivity() {
return navController.navigateUp(appBarConfiguration) || super.onSupportNavigateUp()
}
@Deprecated("Deprecated in Java")
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
super.onActivityResult(requestCode, resultCode, data)
if (resultCode == RESULT_OK) when (requestCode) {

View File

@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<top.fumiama.copymanga.ui.settings.SettingsFragment
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
<View xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent">
</top.fumiama.copymanga.ui.settings.SettingsFragment>
</View>