Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Incorrect behaviour of "selection_mode" #72

@DevAhamed

Description

@DevAhamed

Information Needed:

  • Android API level: 21
  • Library Version: 2.0.0-alpha01
  • Recyclerview Version: 28.0.0

What:
When adapter has selection mode as 'Multiple' and sections has selection mode as 'Single', adapter behaves as if the selection mode was 'Single'

Steps to reproduce:

  1. Install sample app, goto 'selection' demo screen
  2. Set adapter selection mode as 'Multiple' and set selection mode as 'Single' for all the sections.
  3. Select an item in section 1 and select an item in section 2.
  4. Notice how the section 1 item is unselected. This is a behaviour of 'Single' mode, but it should not be the case since adapter has 'Multiple'

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.xVersion - Issues related to 2.x version3.xVersion - Issues related to 3.x versioncomponent-coreComponent - Issues related to core adapter librarytype:bug

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions