Skip to content

Conversation

@TimFroidcoeur
Copy link

small fixes for the example app

fix android manifest by adding mandatory attribute android:exported.

Signed-off-by: Tim Froidcoeur <[email protected]>
handle nullable bool defaults

Signed-off-by: Tim Froidcoeur <[email protected]>
make the flutter calls await the closing of the system dialog.
this requires removing the FLAG_ACTIVITY_NEW_TASK flag from the
ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS activity.

Signed-off-by: Tim Froidcoeur <[email protected]>
to make sure the done callback is always called, make the dialog
non-cancellable. There seem not to be (obvious) cancel/dismiss callbacks
in java on the com.afollestad.materialdialogs.MaterialDialog class, so
easiest is to just disable the possibility to cancel/dismiss the dialog
by tapping outside of it.

Signed-off-by: Tim Froidcoeur <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant