mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Improve CommunityDatabaseItem.toString()
This commit is contained in:
@@ -74,7 +74,7 @@ public class CommunityDatabaseItem {
|
||||
", negativeRatingsCount=" + negativeRatingsCount +
|
||||
", neutralRatingsCount=" + neutralRatingsCount +
|
||||
", unknownData=" + unknownData +
|
||||
", category=" + NumberCategory.getById(category) +
|
||||
", category=" + NumberCategory.getById(category) + " (" + category + ")" +
|
||||
'}';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user