More sensible error message when data download aborted

This commit is contained in:
pelya
2012-10-31 18:24:33 +02:00
parent 58ddc06046
commit 6bc4d3aad1
2 changed files with 6 additions and 7 deletions

View File

@@ -210,7 +210,7 @@ public class MainActivity extends Activity
if( Parent._tv == null )
{
Parent._tv = new TextView(Parent);
Parent._tv.setMaxLines(1);
Parent._tv.setMaxLines(2);
Parent._tv.setText(R.string.init);
Parent._layout2.addView(Parent._tv);
}