Loading src/main/java/de/luhmer/owncloud/accountimporter/exceptions/SSOException.java +0 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,6 @@ public class SSOException extends Exception { private void loadExceptionMessage(Context context) { em = new ExceptionMessage(); Log.d("AAAAAA", "this.getClass(): " + this.getClass()); if(this instanceof CurrentAccountNotFoundException) { em.title = context.getString(R.string.current_account_not_found_exception_title); em.message = context.getString(R.string.current_account_not_found_exception_message); Loading Loading
src/main/java/de/luhmer/owncloud/accountimporter/exceptions/SSOException.java +0 −2 Original line number Diff line number Diff line Loading @@ -39,8 +39,6 @@ public class SSOException extends Exception { private void loadExceptionMessage(Context context) { em = new ExceptionMessage(); Log.d("AAAAAA", "this.getClass(): " + this.getClass()); if(this instanceof CurrentAccountNotFoundException) { em.title = context.getString(R.string.current_account_not_found_exception_title); em.message = context.getString(R.string.current_account_not_found_exception_message); Loading