Small fixes

This commit is contained in:
Koitharu
2024-10-27 16:28:11 +02:00
parent 9425d29596
commit 90f0846fb4
15 changed files with 103 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ class StrictModeNotifier(
override fun onViolation(violation: FragmentViolation) = showNotification(violation)
private fun showNotification(violation: Throwable) = Notification.Builder(context, CHANNEL_ID)
.setSmallIcon(android.R.drawable.stat_notify_error)
.setSmallIcon(R.drawable.ic_bug)
.setContentTitle(context.getString(R.string.strict_mode))
.setContentText(violation.message)
.setStyle(