Rowe Wilson Frederisk Holme
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Android/Avalonia.Android/Platform/Storage/AndroidStorageItem.cs
|
|
|
@ -410,7 +410,7 @@ internal sealed class AndroidStorageFile : AndroidStorageItem, IStorageBookmarkF |
|
|
|
} |
|
|
|
|
|
|
|
return isOutput |
|
|
|
? context.ContentResolver?.OpenOutputStream(uri) |
|
|
|
? context.ContentResolver?.OpenOutputStream(uri, "wt") |
|
|
|
: context.ContentResolver?.OpenInputStream(uri); |
|
|
|
} |
|
|
|
|
|
|
|
|