mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Don't finish nav drawer fragments on error.
This commit is contained in:
@@ -114,7 +114,6 @@ public class GroupListFragment extends BaseFragment implements
|
||||
@Override
|
||||
public void onExceptionUi(DbException exception) {
|
||||
// TODO handle error
|
||||
finish();
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -169,7 +168,6 @@ public class GroupListFragment extends BaseFragment implements
|
||||
@Override
|
||||
public void onExceptionUi(DbException exception) {
|
||||
// TODO handle this error
|
||||
finish();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user