Fix marqueeing of OwnerText on CryptKeeper screens

Have to call setSelected to make marqueeing work.

Change-Id: Ic00012c150a9cacfff2b11f2938ea0674a1f45e9
This commit is contained in:
Paul Lawrence
2014-05-29 10:19:08 -07:00
parent 21300597d1
commit 7836ae8b55

View File

@@ -409,6 +409,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
final TextView status = (TextView) findViewById(R.id.owner_info);
status.setText(owner_info);
status.setSelected(true);
passwordEntryInit();
}
}.execute();