Skip to content

Commit 9a05fe2

Browse files
committed
Make isInternationalCall method private
1 parent 75bb2ec commit 9a05fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/addev/listaspam/util/SpamUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class SpamUtils {
109109
}
110110

111111

112-
fun isInternationalCall(phoneNumber: String): Boolean {
112+
private fun isInternationalCall(phoneNumber: String): Boolean {
113113
// Get an instance of PhoneNumberUtil
114114
val phoneNumberUtil = PhoneNumberUtil.getInstance()
115115

0 commit comments

Comments
 (0)