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:
parent
8bc984f440
commit
777f75b5c4
@ -73,7 +73,7 @@ public class ActivityListener extends MessagingListener
|
||||
}
|
||||
else
|
||||
{
|
||||
operation = context.getString(R.string.status_polling_off);
|
||||
operation = ""; // context.getString(R.string.status_polling_off);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user