Skip to content

Commit d7e9a1e

Browse files
committed
Fix MAUI crashing us on Android with "PlatformView cannot be null here", rare case.
1 parent 30359a4 commit d7e9a1e

File tree

3 files changed

+268
-260
lines changed

3 files changed

+268
-260
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Initially built on top of CommunityToolkit popups version one, it was found to b
2121
- **🔄 HotReload Support**: Preview changes in realtime
2222
---
2323

24-
## ⬆️ What's New 1.2.0.2
24+
## ⬆️ What's New 1.2.1
2525

26-
Fix Android disposal stability when closing programatically.
26+
Fix MAUI crashing us on Android with "PlatformView cannot be null here", rare case.
2727

2828
---
2929

src/Lib/FastPopups.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageId>AppoMobi.Maui.FastPopups</PackageId>
2121
<Description>Popup controls for .NET MAUI derived from CommunityToolkit Popups</Description>
2222
<PackageTags>fastpopups popups maui popup modal dialog appomobi</PackageTags>
23-
<Version>1.2.0.2</Version>
23+
<Version>1.2.1</Version>
2424
<Authors>Nick Kovalsky aka AppoMobi and contributors</Authors>
2525
<RepositoryUrl>https://github.com/taublast/popups</RepositoryUrl>
2626
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)