poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
136 stars 5 forks source link

fix: dismiss drive file move on pop #465

Closed poppingmoon closed 2 weeks ago

poppingmoon commented 2 weeks ago

When selecting a destination folder for file movement, the drive page is in the state of some files selected and selecting a folder at the same time. This conflict is causing undesired behavior when tapping the close icon at the top left. Also, it makes the page title wrong. This PR fixes these issues.