nerdunit / androidsideloader

GNU General Public License v3.0
236 stars 54 forks source link

Fix download games dialog #61

Closed dkgitdev closed 3 years ago

dkgitdev commented 3 years ago

Add: message for one game downloading. Fix: now the Download button downloads the games it got size for, not just selected ones

nerdunit commented 3 years ago

The intended way the sideloader should download games is, show users the game size, and only if users accepts it then proceed to download

dkgitdev commented 3 years ago

The intended way the sideloader should download games is, show users the game size, and only if users accepts it then proceed to download

And I have not altered this in any way.

There was a bug, that if you select some game A, click the download button, then immediately select some game B, the accept the size dialog it will start downloading game B instead of game A.

This PR fixes that.