Fix lone tabbed line
This commit is contained in:
parent
30bebd8361
commit
5dd4b8de1c
@ -173,7 +173,7 @@ public class UpdateService extends IntentService implements ProgressListener {
|
|||||||
for (CharSequence error : repoErrors) {
|
for (CharSequence error : repoErrors) {
|
||||||
if (msgB.length() > 0) msgB.append('\n');
|
if (msgB.length() > 0) msgB.append('\n');
|
||||||
msgB.append(error);
|
msgB.append(error);
|
||||||
}
|
}
|
||||||
if (resultCode == UpdateService.STATUS_ERROR_LOCAL_SMALL) {
|
if (resultCode == UpdateService.STATUS_ERROR_LOCAL_SMALL) {
|
||||||
msgB.append("\n").append(context.getString(R.string.all_other_repos_fine));
|
msgB.append("\n").append(context.getString(R.string.all_other_repos_fine));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user