rtchat
rtchat copied to clipboard
fix: analyzer warning in quicklinks_listview.dart
Fix the analyzer warning about using 'BuildContext' across async gaps in lib/components/drawer/quicklinks_listview.dart.
- Convert
onLongPressto an async function. - Replace the
.then()call withawaitforClipboard.setData. - Add a check for
mountedbefore callingScaffoldMessenger.of(context).showSnackBar.
For more details, open the Copilot Workspace session.
@kevmo314 If this looks good feel free to merge it
@kevmo314 Ok I tried another attempt at finishing this off lemme know if it works