PatrykMCoder / Todo

Todo app with notes functionality
0 stars 0 forks source link

Refactor all fragments parameters #189

Closed PatrykMCoder closed 3 years ago

PatrykMCoder commented 3 years ago

Now it's no safe add parameteres to constructor of Fragment. Use it: https://developer.android.com/reference/androidx/navigation/fragment/NavHostFragment

PatrykMCoder commented 3 years ago

duplicate of https://github.com/PatrykMCoder/Todo/issues/187