v1.1.5 - 근무 변경 모달 팝업 버튼 겹침 현상 완벽 수정 및 업데이트 정보 자동 기입 동기화

This commit is contained in:
sanjeok77
2026-08-14 11:01:19 +09:00
parent a00f009b44
commit 77eea9cf11
7 changed files with 156 additions and 71 deletions
@@ -132,6 +132,6 @@ class NoticeActivity : AppCompatActivity() {
notices.add(NoticeItem("v$currentVersion 업데이트 정보", currentDate, currentBody.toString().trim()))
}
return notices.take(7)
return notices.take(15)
}
}