mirror of https://github.com/readrops/Readrops.git
Don't enable item selection when syncing
This commit is contained in:
parent
9af213c26b
commit
4c82c4f913
|
@ -312,7 +312,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||
|
||||
@Override
|
||||
public void onItemLongClick(ItemWithFeed itemWithFeed, int position) {
|
||||
if (actionMode != null)
|
||||
if (actionMode != null || refreshLayout.isRefreshing())
|
||||
return;
|
||||
|
||||
selectedItemWithFeed = itemWithFeed;
|
||||
|
|
Loading…
Reference in New Issue