You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/src/com/jeremyfeinstein/slidingmenu/lib/SlidingMenu.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -895,7 +895,7 @@ public void setSecondaryOnOpenListener(OnOpenListener listener) {
895
895
* Sets the OnOpenListener for the secondary menu. {@link OnOpenListener#onOpen() OnOpenListener.onOpen()} will be called when the secondary SlidingMenu is opened
896
896
*
897
897
* @param listener the new OnOpenListener
898
-
* @deprecated Use {@link #setSecondaryOnOpenListener} instead.
898
+
* @deprecated Use {@link #setSecondaryOnOpenListener()} instead.
0 commit comments