Skip to content

Commit

Permalink
close activity added
Browse files Browse the repository at this point in the history
  • Loading branch information
ppamorim committed May 14, 2015
1 parent 6d794be commit f28ff5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,8 @@ public void setSlideEnabled(boolean enabled) {
draggerPanel.setSlideEnabled(enabled);
}

public void closeActivity() {
draggerPanel.closeActivity();
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,8 @@ private void eraseViewIfNeeded(FrameLayout frameLayout) {
}
}

public void closeActivity() {
draggerView.closeActivity();
}

}

0 comments on commit f28ff5c

Please sign in to comment.