This commit is contained in:
Your Name 2025-04-15 01:20:20 +03:00
parent 339eb44876
commit d645298fe1

View file

@ -465,8 +465,8 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
requestPermissions(retrievePermissions(this)); requestPermissions(retrievePermissions(this));
} }
} }
} catch (JSONException e) { } catch (Exception e) {
// Log.i("ww", Arrays.toString(e.getStackTrace())); Log.i("ww", Arrays.toString(e.getStackTrace()));
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }