Skip to content

Commit

Permalink
fix(URL): fix time list and time list fairy url
Browse files Browse the repository at this point in the history
  • Loading branch information
bell-rabbit committed Feb 24, 2019
1 parent 1a9e028 commit 2cc8d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/ntw_20/girlsfronttime/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ public boolean onNavigationItemSelected(MenuItem item) {
} else if (id == R.id.nav_time_make_device) {
call = "javascript:window.pushPush('/make/device')";
} else if (id == R.id.nav_time_list) {
call = "javascript:window.pushPush('/time/list')";
call = "javascript:window.pushPush('/list/girl')";
} else if (id == R.id.nav_time_list_fairy) {
call = "javascript:window.pushPush('/time/list_fairy')";
call = "javascript:window.pushPush('/list/fairy')";
} else if (id == R.id.nav_fb_list) {
call = "javascript:window.pushPush('/fb/list')";
} else if (id == R.id.nav_time_like_list) {
Expand Down

0 comments on commit 2cc8d98

Please sign in to comment.