Merge "Fix marqueeing of OwnerText on CryptKeeper screens"
This commit is contained in:
committed by
Android (Google) Code Review
commit
548fd30612
@@ -409,6 +409,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
|||||||
|
|
||||||
final TextView status = (TextView) findViewById(R.id.owner_info);
|
final TextView status = (TextView) findViewById(R.id.owner_info);
|
||||||
status.setText(owner_info);
|
status.setText(owner_info);
|
||||||
|
status.setSelected(true);
|
||||||
passwordEntryInit();
|
passwordEntryInit();
|
||||||
}
|
}
|
||||||
}.execute();
|
}.execute();
|
||||||
|
Reference in New Issue
Block a user