Skip to content

Fix example app#16

Open
TimFroidcoeur wants to merge 4 commits into
pvsvamsi:masterfrom
TimFroidcoeur:fix_example_app
Open

Fix example app#16
TimFroidcoeur wants to merge 4 commits into
pvsvamsi:masterfrom
TimFroidcoeur:fix_example_app

Conversation

@TimFroidcoeur

Copy link
Copy Markdown

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.

1 participant