mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 02:17:43 +03:00
Invalidate click listener on uploads not allowed to retry
This commit is contained in:
parent
e181253410
commit
f76ad79d4b
1 changed files with 2 additions and 0 deletions
|
@ -379,6 +379,8 @@ public class ExpandableUploadListAdapter extends BaseExpandableListAdapter imple
|
|||
}
|
||||
});
|
||||
}
|
||||
} else {
|
||||
view.setOnClickListener(null);
|
||||
}
|
||||
|
||||
/// Set icon or thumbnail
|
||||
|
|
Loading…
Reference in a new issue