From d2fa88b5a9c82f5b4ab023ff90ce5feb852caa16 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Wed, 25 May 2022 11:23:34 +0200 Subject: [PATCH] removing an extra empty line --- .../com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt index 40dbf679b..bc4955543 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/pro/fragments/WeekFragment.kt @@ -770,7 +770,6 @@ class WeekFragment : Fragment(), WeeklyCalendar { } } - if (wasEventHandled) { break }