basshelal / Waqti

Android app for a Kanban board time management system similar to Trello
MIT License
35 stars 7 forks source link

Remove all `addToBackStack()` calls and do the back stack manually #108

Open basshelal opened 5 years ago

basshelal commented 5 years ago

For some reason, Android doesn't like the addToBackStack() method, it loses a lot of functionality such as Transitions so we need to implement this manually ourselves, shouldn't take too long