From df21ecd6759f530edc37766a1336d18d45c36b6f 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 933e470b308..596b01f06fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,16 @@ 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) * Enhancement - "Apply to all" when many name conflicts arise: [#4078](https://github.com/owncloud/android/issues/4078) 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