mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-17 12:20:51 +01:00
reverting a weekly view glitch, it causes more glitches
This commit is contained in:
parent
e7aa292382
commit
f9c8b26271
@ -2,4 +2,4 @@ package com.simplemobiletools.calendar.pro.extensions
|
||||
|
||||
import android.util.Range
|
||||
|
||||
fun Range<Int>.touch(other: Range<Int>) = (upper >= other.lower && lower <= other.upper) || (other.upper >= lower && other.lower <= upper)
|
||||
fun Range<Int>.touch(other: Range<Int>) = (upper > other.lower && lower < other.upper) || (other.upper > lower && other.lower < upper)
|
||||
|
Loading…
x
Reference in New Issue
Block a user