Dutch-0
Dutch-0
### Describe the bug 🐞 Invoking `ViewStackService.PushModal(new MyViewModel()).Subscribe()` results in the following exception: ``` Java.Lang.IllegalArgumentException: Cannot set 'scaleX' to Infinity, the value must be
While migrating my app to Maui, I receive the following exception upon opening the settings page. ``` System.InvalidOperationException: Unable to convert AiForms.Settings.SettingsView to Android.Views.View at Microsoft.Maui.Platform.ElementExtensions.ToPlatform(IElement view) in D:\a\_work\1\s\src\Core\src\Platform\ElementExtensions.cs:line 121...
This line seems to be incorrect, since amount is simply set to 0, but **some** funds may have been deposited: https://github.com/nikosgram/gringotts/blob/f7ade10cb7bee162dc4967eeaadca116d921ed71/src/main/java/org/gestern/gringotts/api/impl/VaultConnector.java#L161-L163 I would submit a PR, but what is the...