Show keyboard on AddLabelDialog show

This commit is contained in:
Phillip Hsu
2016-08-30 19:57:59 -07:00
parent 1a9471d3c7
commit db7de897e0
3 changed files with 41 additions and 6 deletions
@@ -75,7 +75,7 @@ public class TimerViewHolder extends BaseViewHolder<Timer> {
void openLabelEditor() {
AddLabelDialog dialog = AddLabelDialog.newInstance(new AddLabelDialog.OnLabelSetListener() {
@Override
public void onLabelSet(CharSequence label) {
public void onLabelSet(String label) {
mLabel.setText(label);
// TODO: persist change. Use TimerController and its update()
}