fix task list not updating correctly

This commit is contained in:
Phillip Thelen 2017-02-24 19:06:20 +01:00
parent 03b79f5645
commit 18770e0083

View file

@ -111,6 +111,7 @@ public class TaskRecyclerViewFragment extends BaseFragment implements View.OnCli
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
super.onCreateView(inflater, container, savedInstanceState);
mItemTouchCallback = new ItemTouchHelper.Callback() {
private Integer mFromPosition = null;