Skip to content

Commit 921e3ed

Browse files
committed
update
1 parent f990b64 commit 921e3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/net/coding/program/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ protected void onNewIntent(Intent intent) {
497497
* @param position
498498
*/
499499
private void taskOper(int position) {
500-
isOpenDrawerLayout(position == 2);
500+
isOpenDrawerLayout(position == 1);
501501
}
502502

503503
private void isOpenDrawerLayout(boolean isOpen) {

0 commit comments

Comments
 (0)