Emojis Test

This commit is contained in:
202310715297 RAIHAN ARIQ MUZAKKI 2025-11-13 15:40:13 +07:00
parent 5103e988cf
commit 50fa900a81

View File

@ -62,7 +62,7 @@ fun sendNotification(onResult: (String) -> Unit) {
val requestBody = RequestBody.create(
"text/plain".toMediaType(), // Mengirim plain text
"Notifikasi dari Kelompok 1 (Ariq, Dendi, Fazri)!" // Pesan yang akan tampil
"Notifikasi dari Kelompok 1 (Raihan, Dendi, Fazri)!" // Pesan yang akan tampil
)
@ -75,7 +75,6 @@ fun sendNotification(onResult: (String) -> Unit) {
.build()
// Eksekusi request di thread terpisah
Thread {
try {