Skip to content

Commit

Permalink
todo added
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Jan 20, 2017
1 parent 62e50a4 commit 1c9de0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -37,7 +37,10 @@ public class SwipePlaceHolderView extends FrameLayout implements
private boolean mIsReverse = false;
private SwipeDecor mSwipeDecor;
private SwipeOption mSwipeOption;

// TODO: Make mIsBtnSwipeDone a AtomicBoolean, to make it thread safe.
private boolean mIsBtnSwipeDone = true;

private boolean mIsUndoEnabled;
private Object mRestoreResolverOnUndo;
private int mRestoreResolverPosition;
Expand Down
Expand Up @@ -41,6 +41,8 @@ public class SwipeViewBinder<T, V extends FrameLayout> extends ViewBinder<T, V>{
private View mSwipeOutMsgView;
private SwipeDecor mSwipeDecor;
private SwipePlaceHolderView.SwipeOption mSwipeOption;

// TODO: Make mHasInterceptedEvent a AtomicBoolean, to make it thread safe.
private boolean mHasInterceptedEvent = false;
private int mOriginalLeftMargin;
private int mOriginalTopMargin;
Expand Down

0 comments on commit 1c9de0e

Please sign in to comment.