From b777e91fa46fd713d20f3d8e52fdd114ad16f953 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Tue, 30 Dec 2025 09:31:05 -0500 Subject: [PATCH] Changelog --- fastlane/metadata/android/en-US/changelog/NEXT.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fastlane/metadata/android/en-US/changelog/NEXT.txt b/fastlane/metadata/android/en-US/changelog/NEXT.txt index abddb9e2..3dc83ca9 100644 --- a/fastlane/metadata/android/en-US/changelog/NEXT.txt +++ b/fastlane/metadata/android/en-US/changelog/NEXT.txt @@ -8,3 +8,4 @@ Features: Maintenance + bug fixes: * Add support for (technically incorrect) 'image/jpg' MIME type (ntfy-android#142, thanks to @Murilobeluco) * Unify "copy to clipboard" notifications, use Android 13 style (ntfy-android#61, thanks to @thgoebel) +* Fix crash in user add dialog (onAddUser)