Actions
Bug #227
closedMessageDialog not working on Android
Start date:
04/24/2013
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Actions
Added by Dirk Petrautzki over 11 years ago. Updated over 11 years ago.
0%
The MessageDialog currently uses AlertDialog to display the dialog but this does not work with the ApplicationContext (works only with ActivityContext) we pass to the AndroidUserConsent. The solution is to use an Activity instead of the AlertDialog.