Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4b61599 authored by Chiao Cheng's avatar Chiao Cheng Committed by Isaac Katzenelson
Browse files

Show keyboard in label dialog.

Bug: 7303005
Change-Id: Id87c6cdffae51cf6b40a66bdfc59a54481c39fb0
parent 4c2de2b5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.EditText;

@@ -85,6 +86,9 @@ public class AlarmLabelDialogFragment extends DialogFragment {
            }
        });

        getDialog().getWindow().setSoftInputMode(
                WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);

        return view;
    }