File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
AnkiDroid/src/main/java/com/ichi2/anki Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -487,11 +487,9 @@ open class CardBrowser :
487487 deckSpinnerSelection.setSpinnerVisibility(View .GONE )
488488
489489 autoScrollTo(viewModel.lastSelectedPosition, viewModel.oldCardTopOffset)
490-
491490 // A checkbox is added on the rows, match padding to keep the headings aligned
492491 // Due to the ripple on long press, we set padding
493492 browserColumnHeadings.updatePaddingRelative(start = 48 .dp)
494-
495493 } else {
496494 Timber .d(" end multiselect mode" )
497495 // update adapter to remove check boxes
@@ -502,7 +500,6 @@ open class CardBrowser :
502500 autoScrollTo(viewModel.lastSelectedPosition, viewModel.oldCardTopOffset)
503501
504502 browserColumnHeadings.updatePaddingRelative(start = 0 .dp)
505-
506503 }
507504 // reload the actionbar using the multi-select mode actionbar
508505 invalidateOptionsMenu()
You can’t perform that action at this time.
0 commit comments