Alessandro Russo
Alessandro Russo
I get this error while testing with VIVO V15 1819: ``` java.lang.RuntimeException: at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2984) at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3062) at android.app.ActivityThread.-wrap11 (Unknown Source) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1756) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop...
In the public constructor of Lantern class the **displayLightController** does not use **activityWeakRef** ```java public Lantern(Activity activity) { this.activityWeakRef = new WeakReference(activity); ... displayLightController = new DisplayLightControllerImpl(activityWeakRef); } ```
In the constructor is needed to pass as parameter an activity. Is possible to have an improvement where is possible to instantiate without an activity? Thanks in advance.
Hi, i've imported the version: `"ng2-semantic-ui": "^0.9.7"` When i click fast on the toggle collapse button a certain time the **collapsible panel** overflow the container, when the container must be...
The text field label when is clear isn't centered.
### Current behavior After the installation of Cypress when i open it i receive this error: It's reproducible here https://github.com/Alessandroinfo/angular-boilerplate After npm i try to open cypress with cypress open....
### Checklist - [X] I am reporting a bug in the Onion OS - Any issues with the closed source frontend ([MainUI](https://github.com/OnionUI/MainUI-issues)), or [RetroArch](https://github.com/libretro/RetroArch) or any of the cores should...