mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +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");
|
}.execute(FragmentDialogLabelsManage.this, args, "label:set");
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.setNegativeButton(R.string.title_setup_done, null)
|
||||||
.create();
|
.create();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue