mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: add newlines after device info entries for debug info (#3008)
This commit is contained in:
parent
1b582c3870
commit
70915df5ad
@ -117,7 +117,7 @@ class _DebugToast {
|
||||
final deviceInfo = await deviceInfoPlugin.deviceInfo;
|
||||
|
||||
return deviceInfo.data.entries
|
||||
.fold('', (prev, el) => "$prev${el.key}: ${el.value}");
|
||||
.fold('', (prev, el) => "$prev${el.key}: ${el.value}\n");
|
||||
}
|
||||
|
||||
Future<String> _getDocumentPath() async {
|
||||
|
Loading…
Reference in New Issue
Block a user