Actions
Bug #227
closedMessageDialog not working on Android
Start date:
04/24/2013
Due date:
% Done:
0%
Estimated time:
Reviewer:
Build Version:
Updated by Dirk Petrautzki over 11 years ago
- Assignee set to Dirk Petrautzki
- Target version set to 1.0.2
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.
Updated by Tobias Wich over 11 years ago
- Target version changed from 1.0.2 to 1.1.0
Actions