COSC481W-2024Winter / ResoluteApp

A fitness tracking/logging application with social media aspects. The purpose of Resolute is to encourage users and their friends to be involved in each other's fitness endeavors through non-intrusive mobile notifications.
0 stars 1 forks source link

fix: Navigation from friends to profile #70

Closed agentry5 closed 7 months ago

agentry5 commented 7 months ago

The app no longer crashes when navigating from FriendsFragment to ProfileFragment. Thankfully, the TableRow in FriendsFragment with id "username" was not used in any other files, so no manual refactoring needed to take place.

Closes #69