mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-01-20 05:37:55 -05: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