jbowmanp1107 / ImageCropper.Maui

MIT License
43 stars 10 forks source link

Question - Do we still need this delay in android? #18

Closed kxgonzalez closed 1 month ago

kxgonzalez commented 3 months ago

In the file ImageCropper.cs we have this condition

if (DeviceInfo.Platform == DevicePlatform.Android) { //Delay for fix Xamarin.Essentials.Platform.CurrentActivity no MediaPicker await Task.Delay(TimeSpan.FromMilliseconds(2000)); }

Is it still required for MAUI? Those 2 seconds make the app look unresponsive.

jbowmanp1107 commented 1 month ago

v1.1.0.3