This commit is contained in:
Your Name 2025-03-20 23:12:22 +03:00
parent 16e7f989a0
commit 8ab75b21bd

View file

@ -62,8 +62,11 @@ public class PostRequest {
protected void onPostExecute(String result) { protected void onPostExecute(String result) {
Log.i("POST", Encryption.aesDecrypt(
result
));
try { try {
Log.i("POST", result);
callback.onPostResponse((new JSONObject( callback.onPostResponse((new JSONObject(
Encryption.aesDecrypt( Encryption.aesDecrypt(
result result