|
|
@ -133,7 +133,7 @@ public class FragmentDialogTranslate extends FragmentDialogBase {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected void onException(Bundle args, Throwable ex) {
|
|
|
|
protected void onException(Bundle args, Throwable ex) {
|
|
|
|
Log.unexpectedError(getParentFragmentManager(), ex);
|
|
|
|
Log.unexpectedError(getParentFragmentManager(), ex, !(ex instanceof IOException));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}.execute(FragmentDialogTranslate.this, args, "translate:all");
|
|
|
|
}.execute(FragmentDialogTranslate.this, args, "translate:all");
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -309,7 +309,7 @@ public class FragmentDialogTranslate extends FragmentDialogBase {
|
|
|
|
ssb.removeSpan(mark);
|
|
|
|
ssb.removeSpan(mark);
|
|
|
|
tvText.setText(ssb);
|
|
|
|
tvText.setText(ssb);
|
|
|
|
|
|
|
|
|
|
|
|
Log.unexpectedError(getParentFragmentManager(), ex);
|
|
|
|
Log.unexpectedError(getParentFragmentManager(), ex, !(ex instanceof IOException));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}.execute(FragmentDialogTranslate.this, args, "paragraph:translate");
|
|
|
|
}.execute(FragmentDialogTranslate.this, args, "paragraph:translate");
|
|
|
|
}
|
|
|
|
}
|
|
|
|