Skip to content

Commit

Permalink
bug ramack#285 插入checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey1014 committed Sep 26, 2021
1 parent 2b7c70e commit 84bcdc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public boolean onNavigationItemSelected(MenuItem menuItem) {
startActivity(intentmanage);
break;
case R.id.nav_diary:
Log.i("Themis", "onNavigationItemSelected: step 5: 点击Dairy");
Log.i("Themis", "BaseActivity onNavigationItemSelected: step 5: click the Dairy in the Drawer");
Intent intentdiary = new Intent(BaseActivity.this, HistoryActivity.class);
startActivity(intentdiary);
break;
Expand Down

0 comments on commit 84bcdc5

Please sign in to comment.