This is the summary. It is the same in all superwallpapers
Do you see "View summary" link when the app "still not working"?
What about the others SuperWallpaper?
java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2019.4.17f1c1
Device model : Xiaomi Mi 10
Device fingerprint: Xiaomi/umi_global/umi:11/RKQ1.200826.002/V12.2.1.0.RJBMIXM:user/release-keys
Caused by: java.lang.RuntimeException: Unable to create service com.miui.miwallpaper.geometry.superwallpaper.GeometryPreviewSuperWallpaper: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
at android.app.ActivityThread.handleCreateService(Unknown Source:159)
at android.app.ActivityThread.access$1700(Unknown Source:0)
at android.app.ActivityThread$H.handleMessage(Unknown Source:635)
at android.os.Handler.dispatchMessage(Unknown Source:19)
at android.os.Looper.loop(Unknown Source:249)
at android.app.ActivityThread.main(Unknown Source:134)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:313)
Caused by: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
at android.view.ViewRootImpl.setView(Unknown Source:498)
at android.view.WindowManagerGlobal.addView(Unknown Source:192)
at android.view.WindowManagerImpl.addView(Unknown Source:26)
at android.app.Dialog.show(Unknown Source:134)
at com.unity3d.player.UnityPlayer.<init>(Unknown Source:262)
at com.unity3d.player.UnityPlayer.<init>(Unknown Source:1)
at com.miui.miwallpaper.basesuperwallpaper.SuperWallpaper.onCreate(SuperWallpaper.java:205)
at com.miui.miwallpaper.geometry.superwallpaper.GeometryPreviewSuperWallpaper.onCreate(GeometryPreviewSuperWallpaper.java:11)
at android.app.ActivityThread.handleCreateService(Unknown Source:87)
... 8 more