Merge pull request '新增代码注释' (#21) from jiangtianxiang_branch into master

pull/27/head
p7tupf26b 1 month ago
commit d40e37b07f

@ -23,4 +23,6 @@ public class ExampleInstrumentedTest {
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("net.micode.notes", appContext.getPackageName());
}
}
}
//test

@ -156,4 +156,7 @@ public class MainActivity extends AppCompatActivity implements SidebarFragment.O
drawerLayout.closeDrawer(Gravity.LEFT);
}
}
}
}
//test
Loading…
Cancel
Save