I am just learning Android Arch and was experimenting with your sample. I have tried to debug the app and have seen that onCleared() from LobbyViewModel is never called when the app is closed. Am I right, or is there another way to check when it is triggered?
I am just learning Android Arch and was experimenting with your sample. I have tried to debug the app and have seen that
onCleared()fromLobbyViewModelis never called when the app is closed. Am I right, or is there another way to check when it is triggered?