Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c86ebea authored by David Luhmer's avatar David Luhmer
Browse files

fix codacity issue

parent 498761b7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ public class UnknownErrorException extends SSOException {

    @Override
    public void loadExceptionMessage(Context context) {

        if(this.em == null) {
            super.loadExceptionMessage(context);
        }
    }
}