This commit is contained in:
2025-09-19 13:15:07 +05:30
parent c47862bd60
commit b00bc6c8c0

View File

@@ -500,7 +500,6 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
// Use share_plus to open the iOS share dialog
await Share.shareXFiles(
[XFile(file.path)],
text: 'Account Statement',
);
}