Jude Selase Kwashie
Jude Selase Kwashie
Would love to work on this. Can you assign it to me?
Oh ok. Cool.
Hello @Tienisto, I'd love to work on this. I know of one way to fix this bug, which is changing launchMode from `singleTop` to `singleTask` within the AndroidManifest.xml file but...
Per my research, it could be an android os issue. Check this out https://github.com/flutter/flutter/issues/112335
I've realized something interesting. `singleTask` launchMode works as expected(reuse existing instance of app) when I use other apps(WhatsApp, PDF reader) to share files with localsend. So I think the way...
After several searches and experiment, I've finally been able to understand why Microsoft 365 creates a new instance of localsend when sharing files with it. Microsoft 365 invokes `startActivityforResult()` when...
Can I assist with this if you need any?
Alright. That sounds reasonable.
Hi @SametSahin10 . Please how are you initialising your Firebase App? When you call the `Firebase.initializeApp` without passing a value for the `options` field when dealing with web, this type...