My game is currently using Sign-In and Sign-out buttons from the menu in order to use Google Play leaderboards/Achievements. Unfortunately the user can also sign out from the Google Play UI but GameHelper.isSignedIn() is still returning true when they do this through Google's UI. When user tries to check leaderboard or achievement after user signs out this way, the game crashes.
Does anyone know an updated way to check if user signs out through UI? I say updated as I've seen a few threads in stackoverflow that does not work.