Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example app #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

TimFroidcoeur
Copy link

small fixes for the example app

fix android manifest by adding mandatory attribute android:exported.

Signed-off-by: Tim Froidcoeur <tim.froidcoeur@tessares.net>
handle nullable bool defaults

Signed-off-by: Tim Froidcoeur <tim.froidcoeur@tessares.net>
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 <tim.froidcoeur@tessares.net>
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 <tim.froidcoeur@tessares.net>
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.

None yet

1 participant