We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0036c92 commit a1ba4efCopy full SHA for a1ba4ef
app/src/main/java/com/addev/listaspam/SpamData.kt
@@ -1,3 +1,6 @@
1
package com.addev.listaspam
2
3
-class SpamData(val reports: Int, val searches: Int, var responderONoNegative: Boolean)
+class SpamData(
4
+ val reports: Int,
5
+ val searches: Int,
6
+ var responderONoNegative: Boolean)
0 commit comments