Myzel394 / Alibi

Use your phone as a dashcam and save the last 30 minutes when you need them.
GNU General Public License v3.0
219 stars 10 forks source link

Refactoring to handle all navigation in the navigation.kt file #77

Closed materoy closed 4 months ago

materoy commented 4 months ago

First part of refactoring, this one just stood out. It's best practice to handle all navigation in one unit and not pass down nav controller for screens to handle their own navigation but to request navigation back to the navigation unit.

Myzel394 commented 4 months ago

Nice, thank you very much!