mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 23:27:55 +03:00
#439 Allow Rendering of any markdown file
Fix NPE on low Android versions
This commit is contained in:
parent
607c86b057
commit
0f2518dc32
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public class NoteReadonlyFragment extends SearchableBaseNoteFragment {
|
|||
menu.findItem(R.id.menu_share).setVisible(false);
|
||||
menu.findItem(R.id.menu_move).setVisible(false);
|
||||
menu.findItem(R.id.menu_category).setVisible(false);
|
||||
if(menu.findItem(MENU_ID_PIN) != null)
|
||||
menu.findItem(MENU_ID_PIN).setVisible(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue