darshanpania / Notificity

MIT License
23 stars 11 forks source link

Glitch during app launch #4

Open vishal2376 opened 1 month ago

vishal2376 commented 1 month ago

https://github.com/darshanpania/Notificity/assets/38159691/126f7790-6bf0-463d-8547-366f63574ae2

tayadehritik commented 1 month ago

I think this is happening because there's no surface behind those elements.

darshanpania commented 1 month ago

@tayadehritik any potential solutions you could share?

tayadehritik commented 1 month ago

@darshanpania What do you suppose the background should be? On some devices I see the splash screen as background but on emulator we see a straight white background. I think we should add a Surface at the top level inside which NotificityApp(mainViewModel) is called to keep the background consistent over all devices.

Xiaomi Poco F1 image

Emulator image

darshanpania commented 1 month ago

@tayadehritik Very interesting. Let's keep this open to see if someone else reports this. The actual UI should work like the Emulator screenshot and that is how it works on my OnePlus 9RT.