Suppress Android 5 bug
This commit is contained in:
@@ -3,6 +3,7 @@ package be.mygod.vpnhotspot.preference
|
|||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.graphics.Typeface
|
import android.graphics.Typeface
|
||||||
import android.net.LinkProperties
|
import android.net.LinkProperties
|
||||||
|
import android.os.Build
|
||||||
import android.text.SpannableStringBuilder
|
import android.text.SpannableStringBuilder
|
||||||
import android.text.style.StyleSpan
|
import android.text.style.StyleSpan
|
||||||
import android.util.AttributeSet
|
import android.util.AttributeSet
|
||||||
@@ -40,7 +41,7 @@ class UpstreamsPreference(context: Context, attrs: AttributeSet) : Preference(co
|
|||||||
internet == true || try {
|
internet == true || try {
|
||||||
route.matches(internetV4Address) || route.matches(internetV6Address)
|
route.matches(internetV4Address) || route.matches(internetV6Address)
|
||||||
} catch (e: RuntimeException) {
|
} catch (e: RuntimeException) {
|
||||||
Timber.w(e)
|
if (Build.VERSION.SDK_INT >= 23) Timber.w(e) else Timber.d(e)
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user