litecoin-foundation / litewallet-android

Litewallet Android
MIT License
32 stars 12 forks source link

Bugfix - fix FragmentMenu crash in menuClose() #140

Closed vsima closed 1 year ago

vsima commented 1 year ago
vsima commented 1 year ago

@josikie in certain cases calling FragmentManager.popBackStack() inside the callback function causes the crash. moving popBackStack() outside of the callback should fix the crash and from the user's perspective the close animation still works.