Skip to content

Commit

Permalink
Update Feedback.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederico27 authored Mar 11, 2024
1 parent 3446409 commit 991423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/co/smallcademy/livetvapp/Feedback.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void onClick(View v) {
RadioButton selectedRadioButton = findViewById(selectedRadioButtonId);
String selectedValue = selectedRadioButton.getText().toString();
// Mengirim pesan ke bot Telegram
String token = "6251739532:AAEMQYixvojj2PJnuFD338TkIt5lqMvVXXE";
String token = "API_KEY
String chatId = "@ailoktv";
new SendMessageTask().execute(token, chatId, message, selectedValue);
Toast.makeText(Feedback.this, "Susessu manda Ita-bo'ot nia mensajen", Toast.LENGTH_SHORT).show();
Expand Down

0 comments on commit 991423b

Please sign in to comment.