-
Notifications
You must be signed in to change notification settings - Fork 5
Background service to check if node goes offline #994
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix build workflow?
The issue in the build apk not the format workflow. |
The workflow fails on this branch only. It works fine on other branches. Maybe it's sth related to the new package? |
* add close button for confirmation dialog * add cancel btn in bridge also
* add timeout 1 min for deleting wallet * update error messages
* keep user locked after the many attempts * update pin screen to include live counter
Co-authored-by: AhmedHanafy725 <41957921+AhmedHanafy725@users.noreply.github.com>
* handle duplicated contacts * undo latest solution * fix adding duplicated wallet in fav list * Fixed the duplicated contacts issue * update condition when editing address
* Creating app lifecycle observer and use it in main.dart w navigator key, Replace Navigator routes w navigator key * Remove unused code * Revert navigator key changes from screens * Revert main screen changes
Changes
flutter_local_notifications
package for handling notifications.background_fetch
for background checking on nodes.Related Issues
Tested Scenarios