666: Add long press to add card to group r=TheLastProject a=Altonss

Fixed issue #649.

Co-authored-by: Altonss <66519591+Altonss@users.noreply.github.com>
This commit is contained in:
bors[bot]andAltonss authored and GitHub committed 2021-12-09 18:48:15 +00:00
commit 64f68d5c19
1 file changed
+1 -1
@@ -205,7 +205,7 @@ public class ManageGroupActivity extends CatimaAppCompatActivity implements Mana
@Override
public void onRowLongClicked(int inputPosition) {
// do nothing for now
mAdapter.toggleSelection(inputPosition);
}
@Override