fix double-click icon button
This commit is contained in:
parent
aa4a1648af
commit
8941c2bc1d
|
@ -306,7 +306,7 @@ public class EditTimelinesFragment extends BaseRecyclerFragment<TimelineDefiniti
|
||||||
.setNegativeButton(R.string.cancel, (d, which) -> {})
|
.setNegativeButton(R.string.cancel, (d, which) -> {})
|
||||||
.show();
|
.show();
|
||||||
|
|
||||||
editText.requestFocus();
|
btn.requestFocus();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue