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:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user