Add clarifying parentheses

This commit is contained in:
Naveen 2022-08-29 03:20:13 +05:30
parent f07abeb54c
commit d2c883710f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class ThreadAdapter(
private var fontSize = activity.getTextSize()
@SuppressLint("MissingPermission")
private val hasMultipleSIMCards = SubscriptionManager.from(activity).activeSubscriptionInfoList?.size ?: 0 > 1
private val hasMultipleSIMCards = (SubscriptionManager.from(activity).activeSubscriptionInfoList?.size ?: 0) > 1
init {
setupDragListener(true)