teal77 / trireme

A Deluge thin client for Android. Written in Flutter.
GNU General Public License v3.0
166 stars 15 forks source link

Fix random sorting of files with same size #42

Closed ponchofiesta closed 4 years ago

ponchofiesta commented 4 years ago

Fix random sorting of files with same size by using path instead in torrent details view, files tab.

ponchofiesta commented 4 years ago

Coincidentally, it fixes the already opened issue #36.

teal77 commented 4 years ago

Thanks.

Although I think I will included proper sort button before next release.