You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.
CircleIntroActivity is supposed to appear when the user selects "Circle of Trust" for the first time after installing the app. However, if the user selects "Circle of Trust" from the side navigation bar, this activity does not appear.
In the video below you can see that on selecting the navigation bar, CircleIntroActivity does not load but when you select Circle of Trust from the homepage, it detects it as the first time and launches CircleIntroActivity :
@rohands When the user selects "Circle of trust" from the navigation bar we should check if intro has already been shown or not (In MainActivity.java line 117). "firstRun" is a variable stored in shared preferences so we can read this and this will tell us if intro has been run before or not. If its true, then we can load the CircleofTrustFragment and if it is false we can start the CircleIntroActivity. This is similar to what is done for the "Circle of trust" option in MainActivityFragment. (See MainActivityFragment.java lines 92 - 98).
CircleIntroActivity is supposed to appear when the user selects "Circle of Trust" for the first time after installing the app. However, if the user selects "Circle of Trust" from the side navigation bar, this activity does not appear.
In the video below you can see that on selecting the navigation bar, CircleIntroActivity does not load but when you select Circle of Trust from the homepage, it detects it as the first time and launches CircleIntroActivity :
@sandarumk Can I send a PR fixing this?
The text was updated successfully, but these errors were encountered: