When clicking on the enroll button on the web and being led to the app, the CourseActivity is not started in the enrolled mode and only shows description and certificate tabs.
This is caused by not having an active observer after initialization. But when adding such an observer and the user is led into the app by such an enrollment deeplink, the activity would need to be restarted as there was a bug with our viewpager.
When clicking on the enroll button on the web and being led to the app, the
CourseActivity
is not started in the enrolled mode and only shows description and certificate tabs.This is caused by not having an active observer after initialization. But when adding such an observer and the user is led into the app by such an enrollment deeplink, the activity would need to be restarted as there was a bug with our viewpager.