1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-31 15:20:09 -05:00

Stop showing "Not polling" in the status header. Most of the time, this

is because we're pushing.
This commit is contained in:
Jesse Vincent 2010-12-28 09:12:02 +00:00
parent 8bc984f440
commit 777f75b5c4

View File

@ -73,7 +73,7 @@ public class ActivityListener extends MessagingListener
} }
else else
{ {
operation = context.getString(R.string.status_polling_off); operation = ""; // context.getString(R.string.status_polling_off);
} }
} }