Skip to content

Commit

Permalink
Don't throw
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Nov 28, 2023
1 parent ea4e652 commit 22f30a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/main/java/pojlib/util/LoginHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public static void beginLogin(Activity activity) {
} catch (ExecutionException | InterruptedException e) {
API_V1.msaMessage = "Something went wrong! Couldn't reach the Microsoft Auth servers.\n"
+ e.getMessage();
throw new RuntimeException(e);
}
});

Expand Down

0 comments on commit 22f30a4

Please sign in to comment.