Skip to content

Commit 9981ec5

Browse files
committed
fix history indicator not work for particular number
1 parent c40b1ec commit 9981ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/spam/blocker/ui/history/HistoryIndicator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ fun IndicatorsWrapper(
159159
val checkResult = Checker.checkSmsWithCheckers(
160160
ctx = ctx,
161161
logger = null,
162-
rawNumber = "",
162+
rawNumber = number ?: "",
163163
messageBody = smsContent,
164164
checkers = contentCheckers,
165165
)

0 commit comments

Comments
 (0)