final bug fix

This commit is contained in:
2023-12-20 13:48:19 +02:00
parent 7f9b30271c
commit 7274de2db0

View File

@@ -39,6 +39,7 @@ public class FetchArrival extends Service
SharedPreferences.Editor editor = sp.edit(); SharedPreferences.Editor editor = sp.edit();
// Log.d(TAG, response.body().toString()); // Log.d(TAG, response.body().toString());
editor.putString("response", response.body().toString()); editor.putString("response", response.body().toString());
editor.apply();
} }
//Handle execution failures// //Handle execution failures//