mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Version v5.2.0-beta1.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user