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
When clicked on the notification after starting track takes you to BaseMainActivity
Another issue: because of this it creates welcome messages even if the app is already working as the activity is kept creating and which makes the user press the extra back buttons
Possible Solution: After clicking takes you to the recording screen Activity or add android:launchMode="singleTop" which will not create a new instance when that Activity is already at the top of the task's stack.
Record_2021-11-10-17-37-49.mp4
Screen recording of the issue for reference:
Record_2021-11-10-17-32-34.mp4
The text was updated successfully, but these errors were encountered:
cdhiraj40
changed the title
Clicking in notification takes to different activity
Clicking on notification takes to different activity
Nov 10, 2021
When clicked on the notification after starting track takes you to
BaseMainActivity
Another issue: because of this it creates welcome messages even if the app is already working as the activity is kept creating and which makes the user press the extra back buttons
Possible Solution: After clicking takes you to the recording screen Activity or add
android:launchMode="singleTop"
which will not create a new instance when that Activity is already at the top of the task's stack.Record_2021-11-10-17-37-49.mp4
Screen recording of the issue for reference:
Record_2021-11-10-17-32-34.mp4
The text was updated successfully, but these errors were encountered: