[Feature] Report cleared file cache size on Android #31403
yranandika05
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Follow-up to #25442 and PR #31401.
PR #31401 adds success and error snackbar feedback for "Clear File Cache". This handled only IOS, since the scope of the issue was only for IOS.
The changes on iOS produce snackbar that shows the amount of file cache that was cleared. On Android, it currently only shows a generic success message because the cleared cache size is not measured there yet.
This issue is to add Android cache size reporting so the behavior is consistent across iOS and Android.
Acceptance Criteria:
Current iOS behavior from PR #31401:
The snackbar follows the existing "Clear Image Cache" feedback design and shows the amount of cache that was cleared.
This is the behavior that should also be supported on Android.
Platform
All reactions