Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c66f1fbd authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix #882 Enable title editing when clicking on action bar

parent 2ecb1837
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -339,6 +339,7 @@ public abstract class BaseNoteFragment extends BrandedFragment implements Catego
     * Opens a dialog in order to chose a category
     */
    public void showEditTitleDialog() {
        saveNote(null);
        final String fragmentId = "fragment_edit_title";
        FragmentManager manager = requireActivity().getSupportFragmentManager();
        Fragment frag = manager.findFragmentByTag(fragmentId);