mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Make the status messages for folders that are being synced with push a bit prettier
This commit is contained in:
parent
b9509e73f2
commit
1c5289f412
@ -1077,7 +1077,7 @@ public class FolderList extends K9ListActivity {
|
||||
|
||||
if (folder.pushActive)
|
||||
{
|
||||
statusText = getString(R.string.folder_push_active_symbol) + statusText;
|
||||
statusText = statusText + " "+ getString(R.string.folder_push_active_symbol);
|
||||
}
|
||||
|
||||
if (statusText != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user