mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 10:11:58 +00:00
Hide Keyboard after tag creation. Fixes #498
This commit is contained in:
parent
5000ab8d78
commit
732679708e
1 changed files with 1 additions and 1 deletions
|
|
@ -382,9 +382,9 @@ public class TasksFragment extends BaseMainFragment implements OnCheckedChangeLi
|
|||
|
||||
@Subscribe
|
||||
public void onEvent(final CreateTagCommand event) {
|
||||
UiUtils.dismissKeyboard(activity);
|
||||
final Tag t = new Tag();
|
||||
t.setName(event.tagName);
|
||||
|
||||
if (mAPIHelper != null) {
|
||||
mAPIHelper.apiService.createTag(t, new Callback<List<Tag>>() {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue