Skip to content
Snippets Groups Projects
Commit 963e825b authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix onboarding and preference storage fragment not closed when clicking close

Fixes #2119
parent c7aca9c9
No related branches found
No related tags found
1 merge request!1054Beta bug/crash fixes
Pipeline #124068 passed with stage
in 15 minutes and 37 seconds
......@@ -245,10 +245,6 @@ open class AudioPlayerContainerActivity : BaseActivity() {
// Handle item selection
when (item.itemId) {
android.R.id.home -> {
// Current fragment loaded
val current = currentFragment
if (current is StorageBrowserFragment && current.goBack())
return true
finish()
return true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment