support admin notifications

This commit is contained in:
sk
2023-01-25 18:27:57 +01:00
parent 5de23581fe
commit c12a6eaee6
12 changed files with 77 additions and 15 deletions

View File

@@ -153,6 +153,8 @@ public class PushNotificationReceiver extends BroadcastReceiver{
case POLL -> R.drawable.ic_fluent_poll_24_filled;
case STATUS -> R.drawable.ic_fluent_chat_24_filled;
case UPDATE -> R.drawable.ic_fluent_history_24_filled;
case REPORT -> R.drawable.ic_fluent_warning_24_filled;
case SIGN_UP -> R.drawable.ic_fluent_person_available_24_filled;
});
}