Commit 9f7e2efa authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix lint error

parent d26e6210
......@@ -86,7 +86,7 @@ public class LoginFragment extends AbstractServerConfigFragment {
Fragment fragment = null;
try {
fragment = info.fragmentClass.newInstance();
} catch (java.lang.InstantiationException | IllegalAccessException exception) {
} catch (Exception exception) {
Timber.w(exception, "failed to create new Fragment");
}
if (fragment != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment