mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Fix #882 Enable title editing when clicking on action bar
This commit is contained in:
parent
2ecb1837a2
commit
c66f1fbdef
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue