add lots of missing newlines
This commit is contained in:
parent
ec2162b4b7
commit
67d7391c53
44 changed files with 59 additions and 41 deletions
|
|
@ -98,7 +98,7 @@ public abstract class AbsMultiSelectAdapter<VH extends RecyclerView.ViewHolder,
|
|||
|
||||
@Override
|
||||
public boolean onCabItemClicked(MenuItem menuItem) {
|
||||
if (menuItem.getItemId() == R.id.action_multi_select_adapter_check_all) {
|
||||
if (menuItem.getItemId() == R.id.action_select_all) {
|
||||
checkAll();
|
||||
} else {
|
||||
onMultipleItemAction(menuItem, new ArrayList<>(checked));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue