sellmair / kompass

Kotlin Multiplatform Router for Android and iOS
MIT License
345 stars 12 forks source link

[73] LoginProcessingFragment stuck loading #76

Closed isaac-udy closed 5 years ago

isaac-udy commented 5 years ago

Fix issue where LoginProcessingFragment gets stuck loading.

It's actually not required to remove the Handler callback, as this will be handled correctly without the stop method in the case of both configuration change and process death. onCleared already does a perfect job of cleaning these up when they need to be cleaned up!

sellmair commented 5 years ago

@isaac-udy Could you originally reproduce the problem?

sellmair commented 5 years ago

@isaac-udy First PR in πŸ‘ ☺️

isaac-udy commented 5 years ago

πŸŽ‰ πŸ˜„