Skip to content

Commit

Permalink
⚡️ :: 알림 0분 전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rladmsdh committed Jun 16, 2023
1 parent e00f435 commit 4fa02b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fun AlarmItem(
daysDifference > 0 -> "${daysDifference}일 전"
hoursDifference <= 0 ->"${minutesDifference}분 전"
else -> "${hoursDifference}시간 전"
}
}.let { if (it == "0분 전") "방금전" else it }

val tint = if (alarmList.is_read) black else purple300

Expand Down

0 comments on commit 4fa02b6

Please sign in to comment.