File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
java/org/openimis/imisclaims Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -255,10 +255,10 @@ public boolean onNavigationItemSelected(MenuItem item) {
255255 Intent intent = new Intent (this , SearchClaimsActivity .class );
256256 startActivity (intent );
257257 });
258- } else if (id == R .id .nav_settings ) {
259- Intent intent = new Intent (this , SettingsActivity .class );
260- startActivity (intent );
261- }
258+ // } else if (id == R.id.nav_settings) {
259+ // Intent intent = new Intent(this, SettingsActivity.class);
260+ // startActivity(intent);
261+ // }
262262
263263 drawer .closeDrawer (GravityCompat .START );
264264 return true ;
Original file line number Diff line number Diff line change 4040 android : id =" @+id/nav_Retrieve"
4141 android : icon =" @drawable/mapservices"
4242 android : title =" @string/retrieve" />
43- <item
43+ <!-- < item
4444 android:id="@+id/nav_settings"
4545 android:icon="@drawable/settings"
46- android : title =" @string/settings" />
46+ android:title="@string/settings" /> -->
4747 <item
4848 android : id =" @+id/nav_about"
4949 android : icon =" @drawable/ic_about1"
You can’t perform that action at this time.
0 commit comments