mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
Merge pull request #10284 from kashaf-ansari-dev/fix-10272-reminder-multi-selection-ui
mobile: show selection checkbox for reminders in multi-selection mode
This commit is contained in:
@@ -167,7 +167,7 @@ const ReminderItem = React.memo(
|
||||
</View>
|
||||
</View>
|
||||
|
||||
{selectionMode === "note" || selectionMode === "trash" ? (
|
||||
{selectionMode === "reminder" || selectionMode === "trash" ? (
|
||||
<>
|
||||
<View
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user