ndahlquist / stable-horde-flutter

An Android+iOS app for the Stable Horde
https://stablehorde.net
GNU General Public License v3.0
53 stars 20 forks source link

Fixed sharing wasn't working when it is on iPad (closes #83) #89

Closed Khosbayar closed 1 year ago

Khosbayar commented 1 year ago

Context

Sharing was not working when user is on iPad. The root cause is because we didn't set mandatory parameter when sharing on iPad (link)

Closes #83

From the official documentation

Screenshot 2023-01-29 at 6 22 31 PM

Solution

Added sharePositionOrigin parameter when sharing X file.

Testing

Verified new changes on following devices:

ndahlquist commented 1 year ago

Beautiful! That context thing is some deep Flutter shit, I wish I fully understood why they needed to use a Builder there...