SubhamTyagi / Last-Launcher

Lightweight: Faster than light, Low on memory
GNU General Public License v3.0
169 stars 52 forks source link

Solution for #162 #163

Closed TIANGeng708 closed 2 years ago

TIANGeng708 commented 2 years ago

I tried to change the sorting logic a little bit. Added the ability to sort using second priority. #162

SubhamTyagi commented 2 years ago

Could you explain What this PR will do?

TIANGeng708 commented 2 years ago

If we sort apps by size, there will always be different apps with the same size, and sometimes there will be many apps with the same size. In my modification, these apps with the same size will be sorted by the recent use time.

2catycm commented 2 years ago

good idea

SubhamTyagi commented 2 years ago

@TIANGeng708 Could you again reopen this PR. I accidentally rebased this PR instead of squashing it.

TIANGeng708 commented 2 years ago

@SubhamTyagi Sorry, I do not know what to do. Do you mean that I need to create a new PR?

TIANGeng708 commented 2 years ago

@2catycm Thank you!

SubhamTyagi commented 2 years ago

@SubhamTyagi Sorry, I do not know what to do. Do you mean that I need to create a new PR?

Yes you have to Create a new PR.

TIANGeng708 commented 2 years ago

@SubhamTyagi OK,I will create a new PR.