Fix marqueeing of OwnerText on CryptKeeper screens
Have to call setSelected to make marqueeing work. Change-Id: Ic00012c150a9cacfff2b11f2938ea0674a1f45e9
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user