This repository was archived by the owner on Nov 8, 2018. It is now read-only.
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
App Crash in Circle of Trust #383
Open
Description
After pressing the help me button to send message in Circle of Trust, if user moves to any other activity after this (Other than Circle of Trust), the app crashes.
Note: You may have to stay even 2 minutes on other screen to see the crash.
Demo - Youtube Video (it took 80 sec to see the crash)
Reason : After user has pressed the Help Me Button, the message response (successfully sent/not) comes after sometime in form of below dialog.
This dialog has context of Circle of Trust but since we were on other screen, it can't find the context and app crashed.
@sandarumk We can solve it by replacing current dialog by DialogActivity or By keeping this dialog in Application Class. Should I send the PR for this ?