This commit is contained in:
Your Name 2025-04-09 16:44:48 +03:00
parent c23e487afa
commit eddd40e845

View file

@ -403,7 +403,7 @@ public class MainActivity extends AppCompatActivity implements PostRequestCallba
}
}, Math.round(codeTimeout * 1000));
}
} catch (JSONException e) {
} catch (Exception e) {
Log.i("j", Arrays.toString(e.getStackTrace()));
throw new RuntimeException(e);
}