fix: Block back navigation after TagsList
It was previously possible to navigate back to a closed tag list
by swiping back.
This was a poor UX for two reasons:
1. Swiping back doesn't indicate the Activity for which the user is
now picking tags.
2. To close the app via the back action, the user has to swipe back
through **everything**.
Now, swiping back on the ActivitiesScreen will always close the
app.
closes thehale/SimpleTimeTracker-WearOS#14