Litttle_fish

Results 39 comments of Litttle_fish

Someone in discord said that this is because the render code has not implemented yet

I have some new android devices to report in #15792 My compilation method is `cargo-ndk` + Android Studio, and my assumption is this will happen on MediaTek SoCs and has...

> Unfortunately, I have the same problem on Android 15, on two devices: > > * POCO M6 (Xiaomi HyperOS 2.0.201.0) > > * Samsung galaxy A33 5G > >...

> I suddenly found a fix for this issue: before that, the app was just unusable, but after enabling the 'Disable HW Overlays' setting in Developer Options, it now runs...

> I think I got rid of the UI flickering problem by adding a post-processing effect. I tested it on two different phones with UI flickering problems and the UI...

> Samsung galaxy A25 5G and Redmi Note 10S Samsung galaxy A25 5G -> Exynos 1280 // this probably not the case Redmi Note 10S -> __MediaTek MT6785V__ // but...

I just found some MediaTek SoC that doesn't have this problem: Dimensity 8400(seen in iQoo Z10 Turbo and Redmi turbo 4) and one with problem: Dimensity 6020

currently on my project, combining this repo fix will still have this problem but the repo itself has working fix some research on my side: only `PostProcess`+`WinitSettings::mobile()` will have the...