mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Set destination back to phone screenshots
This commit is contained in:
@@ -20,7 +20,7 @@ enum DeviceType {
|
||||
wearScreenshots
|
||||
}
|
||||
|
||||
final destination = DeviceType.tenInchScreenshots.name;
|
||||
final destination = DeviceType.phoneScreenshots.name;
|
||||
|
||||
Future<void> takeScreenshot(tester, binding, String language, String name) async {
|
||||
if (Platform.isAndroid) {
|
||||
|
||||
Reference in New Issue
Block a user