Version v5.2.0-beta1.

This commit is contained in:
Docile-Alligator
2022-04-28 17:35:56 +08:00
parent 77ed06dac1
commit d40fc59540
2 changed files with 3 additions and 6 deletions

View File

@@ -201,10 +201,7 @@ public class PullNotificationWorker extends Worker {
return Result.retry();
}
}
} catch (IOException e) {
e.printStackTrace();
return Result.retry();
} catch (JSONException e) {
} catch (IOException | JSONException e) {
e.printStackTrace();
return Result.retry();
}