hyperdrive3 / FuelFriend

A project to explore energy conservation in the grand scheme of "The Internet of Things".
0 stars 0 forks source link

Back navigation of Fragments is broken #25

Open hyperdrive3 opened 7 years ago

hyperdrive3 commented 7 years ago

As title says.

Resources: https://developer.android.com/training/implementing-navigation/temporal.html

hyperdrive3 commented 7 years ago

Seems fragments in this app need a complete rewrite. Gave it a few hours before realizing it was a fruitless venture.

hyperdrive3 commented 7 years ago

I believe the problem is within the FragmentManager(), where I'm using SupportFragmentManager() the whole time instead. Will have to read documentation more closely.