|
|
@@ -405,6 +405,7 @@ struct NewIndex {
|
|
|
private enterFindPage(): void {
|
|
|
const wasFindPage: boolean = this.mType === 8
|
|
|
this.mType = 8
|
|
|
+ this.modeType = 1
|
|
|
if (!wasFindPage) {
|
|
|
this.handleFindPageEntry()
|
|
|
}
|
|
|
@@ -1264,7 +1265,6 @@ struct NewIndex {
|
|
|
break
|
|
|
case MainViewModel.MENU_FIND:
|
|
|
this.enterFindPage()
|
|
|
- this.modeType = 0
|
|
|
this.currentSongListID = ''
|
|
|
this.doShowDrawer()
|
|
|
break
|