mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-11 06:33:29 +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…
Add table
Reference in a new issue