captainepoch / husky

The most famous Pleroma client for Android.
https://husky.adol.pw
GNU General Public License v3.0
19 stars 0 forks source link

Removing a photo while posting a status should stop the posting process #49

Open captainepoch opened 3 months ago

captainepoch commented 3 months ago

Description of the feature

Modify the behavior of the application for, when it is posting and an user deletes an attached file, it stops posting the status.

The new flow would be:

  1. Upload multiple media to a post
  2. Hit post while at least one is still uploading
  3. Long press, "Remove" any media that is stuck
  4. Post will immediately complete - when expected behavior (IMO) is that it should ask you to hit post again.

(Reported by SirVo).

--

Original issue: https://codeberg.org/husky/husky/issues/23