Create empty view for RecyclerViewFragment
This commit is contained in:
@@ -160,6 +160,11 @@ public class StopwatchFragment extends RecyclerViewFragment<
|
||||
+ ", mPauseTime = " + mPauseTime);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean hasEmptyView() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Loader<LapCursor> onCreateLoader(int id, Bundle args) {
|
||||
return new LapsCursorLoader(getActivity());
|
||||
|
||||
Reference in New Issue
Block a user