ibeleliev

Results 5 comments of ibeleliev

It is reproducible in the example. In the extension of the "ViewController" you can add this ``` tagsField.onValidateTag = { (_, tags) in if !tags.isEmpty { let alert = UIAlertController(title:...

I just needed answers for this case too so i am posting this if someone needs an example in the future :) : ```swift if let bundleURL = Bundle.main.url(forResource: "the-name-of-your-gif",...

Try with `preferredContainerHeight` or `verticalDensity`.

The same happens to me with Signal v7.2.4 and Android 14. I will send the debug log to the provided email too now.

This error occurs to me too. It is happening when i use Locksmith.loadDataForUserAccount for account that was previously deleted by using Locksmith.deleteDataForUserAccount. So it tries to read from something that...