`isAuthenticated()` state in android sdk did not reactive for top-activity
i have 2 activity, first one initialize the sdk and the state is unauthenticated, then click a button to go into second activity which display user information and will do authentication there.
then if i login in second activity, when i get back to first activity,
then if i login in second activity, when i get back to first activity,
isAuthenticated() still false because the sdk is not reactive for the whole apk.