Skip to content

Commit

Permalink
BAU BAU - Fix the app crashing when changing the device theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Loup-1234 committed Mar 9, 2024
1 parent a40bcfc commit 0a129d2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 59 deletions.
56 changes: 4 additions & 52 deletions .idea/cody_history.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified app/release/app-release.apk
Binary file not shown.
Binary file modified app/release/baselineProfiles/0/app-release.dm
Binary file not shown.
Binary file modified app/release/baselineProfiles/1/app-release.dm
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ class MainActivity : ComponentActivity() {
}
}
}

override fun onDestroy() {
super.onDestroy()
finish()
}
}

@Composable
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<resources>
<string name="app_name">An Other Manga App</string>
<string name="library">Library</string>
<string name="browse">Browse</string>
</resources>

0 comments on commit 0a129d2

Please sign in to comment.