Skip to content

Commit 4ab9c29

Browse files
committed
Removing unnecessary toast
1 parent 14c3135 commit 4ab9c29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/src/main/java/com/daimajia/swipedemo/MyActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ protected void onCreate(Bundle savedInstanceState) {
2929
sample1 = (SwipeLayout) findViewById(R.id.sample1);
3030
sample1.setShowMode(SwipeLayout.ShowMode.LayDown);
3131
sample1.setDragEdges(SwipeLayout.DragEdge.Left, SwipeLayout.DragEdge.Right);
32-
Toast.makeText(this, sample1.getDragEdge() + " is the drag edge", Toast.LENGTH_LONG).show();
3332
sample1.addRevealListener(R.id.delete, new SwipeLayout.OnRevealListener() {
3433
@Override
3534
public void onReveal(View child, SwipeLayout.DragEdge edge, float fraction, int distance) {

0 commit comments

Comments
 (0)