mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
removing an empty line
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user