mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-03-04 19:47:44 +01:00
removing an empty line
This commit is contained in:
parent
8543f2dafe
commit
26dd64dde3
@ -46,7 +46,6 @@ class DismissAlarmReceiver : BroadcastReceiver() {
|
||||
calendar.firstDayOfWeek = Calendar.MONDAY
|
||||
val dayOfWeek = (calendar.get(Calendar.DAY_OF_WEEK) + 5) % 7
|
||||
val todayBitmask = 2.0.pow(dayOfWeek).toInt()
|
||||
|
||||
return bitmask.removeBit(todayBitmask)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user