Don't finish nav drawer fragments on error.

This commit is contained in:
akwizgran
2016-10-20 11:24:35 +01:00
parent 2140a290e4
commit e8ebdc2884
2 changed files with 0 additions and 5 deletions

View File

@@ -125,7 +125,6 @@ public class FeedFragment extends BaseFragment implements
@Override
public void onExceptionUi(DbException exception) {
// TODO: Decide how to handle errors in the UI
finish();
}
});
}
@@ -151,7 +150,6 @@ public class FeedFragment extends BaseFragment implements
@Override
public void onExceptionUi(DbException e) {
// TODO: Decide how to handle errors in the UI
finish();
}
});
list.startPeriodicUpdate();
@@ -214,7 +212,6 @@ public class FeedFragment extends BaseFragment implements
@Override
public void onExceptionUi(DbException exception) {
// TODO: Decide how to handle errors in the UI
finish();
}
}
);

View File

@@ -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();
}
});
}