Added message about delay sync

This commit is contained in:
M66B
2019-02-21 08:13:44 +00:00
parent d4f2c0d7c4
commit 0731872dcf
3 changed files with 19 additions and 6 deletions

View File

@@ -536,8 +536,10 @@ public class FragmentMessages extends FragmentBase {
@Override
protected void onExecuted(Bundle args, Boolean now) {
if (!now)
if (!now) {
swipeRefresh.setRefreshing(false);
Snackbar.make(view, R.string.title_sync_delayed, Snackbar.LENGTH_LONG).show();
}
}
@Override