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
I've been struggling with this one for weeks, so any help would be much much appreciated.
Basically, in my Android app, I show a notification, and I want to bring the user back to the app when they click on it. At the moment, the user is successfully brought into the app but then the whole screen of the app shows as white (even before anything from the app is shown). However, code still seems to execute, so I guess something with the rendering is broken.
The surprising thing and perhaps an important hint is that after getting the notification, if I close the app, and then click on the notification, it works perfectly.
I'm running this on net8.0-android34.0 with Avalonia 11.1.3. I'm pretty sure this works in my older Avalonia project on net7.0-android with 11.0.2. If it helps, I'm also using Xamarin.AndroidX.Core.SplashScreen and Avalonia.ReactiveUI.
Here is some related code, I can post more if useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been struggling with this one for weeks, so any help would be much much appreciated.
Basically, in my Android app, I show a notification, and I want to bring the user back to the app when they click on it. At the moment, the user is successfully brought into the app but then the whole screen of the app shows as white (even before anything from the app is shown). However, code still seems to execute, so I guess something with the rendering is broken.
The surprising thing and perhaps an important hint is that after getting the notification, if I close the app, and then click on the notification, it works perfectly.
I'm running this on net8.0-android34.0 with Avalonia 11.1.3. I'm pretty sure this works in my older Avalonia project on net7.0-android with 11.0.2. If it helps, I'm also using Xamarin.AndroidX.Core.SplashScreen and Avalonia.ReactiveUI.
Here is some related code, I can post more if useful.
Scheduling
Receiving
Beta Was this translation helpful? Give feedback.
All reactions