ios: Fix report bug button

We don't have logs on ios
This commit is contained in:
Vishesh Handa
2020-04-02 17:17:32 +02:00
parent 8e629b20f6
commit c322691614

View File

@ -184,7 +184,12 @@ class AppDrawer extends StatelessWidget {
onTap: () async { onTap: () async {
var platform = Platform.operatingSystem; var platform = Platform.operatingSystem;
var versionText = await getVersionString(); var versionText = await getVersionString();
var appLogsFilePath = await FetchAppLogs.dumpAppLogsToFile(); String appLogsFilePath;
try {
appLogsFilePath = await FetchAppLogs.dumpAppLogsToFile();
} catch (e) {
print(e);
}
final Email email = Email( final Email email = Email(
body: body: