fix: remove snack spam

This commit is contained in:
rebelonion 2024-03-20 00:17:27 -05:00
parent 927ba5ac86
commit 0bd4755814

View file

@ -78,8 +78,6 @@ class NotificationActivity : AppCompatActivity() {
binding.followRefresh.visibility = ViewGroup.GONE
}
}
Logger.log("No more notifications")
snackString("No more notifications")
}
false
}