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:
parent
31f100371f
commit
00bc2580f3
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ public class FragmentDialogLabelsManage extends FragmentDialogBase {
|
|||
}.execute(FragmentDialogLabelsManage.this, args, "label:set");
|
||||
}
|
||||
})
|
||||
.setNegativeButton(R.string.title_setup_done, null)
|
||||
.create();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue