Revision 64afd77c
| app/src/info/guardianproject/notepadbot/Settings.java | ||
|---|---|---|
| 69 | 69 | 	public boolean onOptionsItemSelected(MenuItem item) {
 | 
| 70 | 70 | 		switch (item.getItemId()) {
 | 
| 71 | 71 | case android.R.id.home: | 
| 72 | 			NavUtils.navigateUpFromSameTask(this);
 | |
| 72 | 			NavUtils.navigateUpTo(this, new Intent(this, NoteCipher.class));
 | |
| 73 | 73 | return true; | 
| 74 | 74 | } | 
| 75 | 75 | return super.onOptionsItemSelected(item); | 
Also available in: Unified diff