You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Beacon app is incorrectly displaying the total number of beacons in the group card. After deleting all beacons and creating new ones, the app is adding the count of the new beacons to the previous total, instead of updating the count to reflect the current number of beacons.
To Reproduce
Steps to reproduce the behavior:
Go to the 'Beacon' app.
Create a certain number of beacons (e.g., 44).
Delete a created beacon.
Create a new set of beacons (e.g., 4).
Check the total number of beacons displayed on the group card.
Expected behavior
The total number of beacons displayed on the group card should update to reflect the current number of beacons (e.g., 4), not the sum of the new and previously deleted beacons (e.g., 48).
Demonstration
Screen.Recording.2024-02-27.at.2.38.06.AM.mov
Environment
Device/emulator being used: Pixel 3a
OS (iOS/ Android); If Android then Android version: Android 13
Flutter version:3.16.9
Additional context
This issue seems to be related to how the app is updating and displaying the total count of beacons. It's possible that the deletion of beacons is not being properly accounted for in the total count.
Are you working on this issue? (Yes/No)
yes I love to work on this issue
The text was updated successfully, but these errors were encountered:
Hello @vkprogrammer-001 , I've actually resolved this issue in my PR (#227 ). I appreciate your understanding, and feel free to find another one to work on.
Describe the bug
The Beacon app is incorrectly displaying the total number of beacons in the group card. After deleting all beacons and creating new ones, the app is adding the count of the new beacons to the previous total, instead of updating the count to reflect the current number of beacons.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The total number of beacons displayed on the group card should update to reflect the current number of beacons (e.g., 4), not the sum of the new and previously deleted beacons (e.g., 48).
Demonstration
Screen.Recording.2024-02-27.at.2.38.06.AM.mov
Environment
Additional context
This issue seems to be related to how the app is updating and displaying the total count of beacons. It's possible that the deletion of beacons is not being properly accounted for in the total count.
Are you working on this issue? (Yes/No)
yes I love to work on this issue
The text was updated successfully, but these errors were encountered: