Skip to content

Commit

Permalink
adding a crashfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Mar 16, 2022
1 parent e89c527 commit 8a91f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class MainActivity : SimpleActivity() {
fun trackDeleted(event: Events.TrackDeleted) {
updateAllDatabases {
getAllFragments().forEach {
it.setupFragment(this)
it?.setupFragment(this)
}
}
}
Expand Down

0 comments on commit 8a91f8c

Please sign in to comment.