support admin notifications

This commit is contained in:
sk
2023-01-25 14:27:57 -03:00
committed by LucasGGamerM
parent 21f816860f
commit 58dee464e5
12 changed files with 123 additions and 15 deletions

View File

@@ -163,6 +163,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;
});
}