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

Commit 9184c48c authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Fix wrong position of cursor in OwnerInfoSettings" am: 2bcbc35b am: e373209b

am: 614f7aaf

Change-Id: Iafee32f071387ac36faa42cc9e3812109f769a8b
parents 41c44839 614f7aaf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -67,6 +67,7 @@ public class OwnerInfoSettings extends InstrumentedDialogFragment implements OnC
        mOwnerInfo = (EditText) mView.findViewById(R.id.owner_info_edit_text);
        if (!TextUtils.isEmpty(info)) {
            mOwnerInfo.setText(info);
            mOwnerInfo.setSelection(info.length());
        }
    }