1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

Added done action to labels dialog

This commit is contained in:
M66B 2024-11-08 10:16:36 +01:00
parent 31f100371f
commit 00bc2580f3

View file

@ -87,6 +87,7 @@ public class FragmentDialogLabelsManage extends FragmentDialogBase {
}.execute(FragmentDialogLabelsManage.this, args, "label:set");
}
})
.setNegativeButton(R.string.title_setup_done, null)
.create();
}
}