Fix race with credit listener removal
Unsubscribe should only be done in the onPause. This allows the old activity to remove it's listeners before the new one resumes. Otherwise, the old activity will remove the listener after the new one has. Ticket: CD-387 Change-Id: I3ef0f3c7fd479134466478a7d01b30490f6905ca
Loading
Please register or sign in to comment