From 4664d352bd37af3416902e7502a36892b78de0e8 Mon Sep 17 00:00:00 2001 From: xfy Date: Mon, 25 May 2026 16:51:12 +0800 Subject: [PATCH] =?UTF-8?q?cleanup:=20=E7=A7=BB=E9=99=A4=20CalendarMonthVi?= =?UTF-8?q?ew=20=E5=86=97=E4=BD=99=E7=9A=84=20offset=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt index bc6ef43..32671e8 100644 --- a/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt +++ b/core/src/main/kotlin/plus/rua/project/ui/CalendarMonthView.kt @@ -29,7 +29,6 @@ import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height -import androidx.compose.foundation.layout.offset import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.size import androidx.compose.foundation.layout.statusBarsPadding