From 8cab430889cda299ad448831608fdddaf69371f8 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Thu, 28 Sep 2023 07:29:15 +0000 Subject: [PATCH] Calens changelog updated --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6208cabf20..a88252fe5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,14 +8,15 @@ ownCloud admins and users. Summary ------- -* Bugfix - Null pointer exception have been avoided: [#4158](https://github.com/owncloud/android/issues/4158) +* Bugfix - Some Null Pointer Exceptions avoided: [#4158](https://github.com/owncloud/android/issues/4158) Details ------- -* Bugfix - Null pointer exception have been avoided: [#4158](https://github.com/owncloud/android/issues/4158) +* Bugfix - Some Null Pointer Exceptions avoided: [#4158](https://github.com/owncloud/android/issues/4158) - In the detail screen as elsewhere the app has been prevented from crashing when a null is found. + In the detail screen, in the main file list ViewModel and in the OCFile repository the app has + been prevented from crashing when a null is found. https://github.com/owncloud/android/issues/4158 https://github.com/owncloud/android/pull/4170