This commit is contained in:
M66B 2019-10-27 19:11:15 +01:00
parent 56049382a0
commit 4765209dd5
1 changed files with 0 additions and 7 deletions

View File

@ -215,7 +215,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
private String searching = null;
private boolean initialized = false;
private boolean loading = false;
private boolean manual = false;
private boolean swiping = false;
private AdapterMessage adapter;
@ -1128,11 +1127,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
args.putString("type", type);
new SimpleTask<Void>() {
@Override
protected void onPreExecute(Bundle args) {
manual = true;
}
@Override
protected Void onExecute(Context context, Bundle args) {
long fid = args.getLong("folder");
@ -1179,7 +1173,6 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
@Override
protected void onException(Bundle args, Throwable ex) {
manual = false;
swipeRefresh.setRefreshing(false);
if (ex instanceof IllegalStateException) {