Fix #882 Enable title editing when clicking on action bar

This commit is contained in:
Stefan Niedermann 2020-06-20 17:03:47 +02:00
parent 2ecb1837a2
commit c66f1fbdef

View file

@ -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);