You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
The following error shows sometimes when I resume the app after closing it.
I have noticed that this error started showing after I introduced the "markingMode": "none". Are these correlated?
From what I have gathered, the ripple property's setNative method for android attempts to use the foreground activity (application.android.foregroundActivity) which normally shouldn't be an issue, but from some digging, the foreground activity is not available to be used until after certain lifecycle events (NativeScript/NativeScript#5307).
In the case of my app and what I experienced, some system actions would cause the activity for my app to be reset/restarted (e.g. changing system device language with app running in background). Once the app was resumed, the set native method for ripple runs too early and the foreground activity isn't ready yet causing the crash.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error shows sometimes when I resume the app after closing it.
I have noticed that this error started showing after I introduced the "markingMode": "none". Are these correlated?
The project dependencies are as follows:
The text was updated successfully, but these errors were encountered: