mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-20 02:42:50 +01:00
Emulator fav_list bug fix
This commit is contained in:
@@ -55,6 +55,11 @@ func NewFavListPage() *FavListPage {
|
||||
|
||||
return p
|
||||
}
|
||||
|
||||
func (self *FavListPage) GetMyList() []UI.ListItemInterface {
|
||||
return self.MyList
|
||||
}
|
||||
|
||||
func (self *FavListPage) GetMapIcons() map[string]UI.IconItemInterface {
|
||||
return self.Icons
|
||||
}
|
||||
@@ -385,6 +390,7 @@ func (self *FavListPage) Click() {
|
||||
}
|
||||
|
||||
func (self *FavListPage) ReScan() {
|
||||
//fmt.Println("FavListPage ReScan ",self.EmulatorConfig.ROM)
|
||||
if self.MyStack.Length() == 0 {
|
||||
self.SyncList(self.EmulatorConfig.ROM)
|
||||
}else{
|
||||
|
||||
@@ -416,7 +416,7 @@ func (self *RomListPage) Click() {
|
||||
}
|
||||
|
||||
func (self *RomListPage) ReScan() {
|
||||
fmt.Println("RomListPage ReScan ",self.EmulatorConfig.ROM)
|
||||
//fmt.Println("RomListPage ReScan ",self.EmulatorConfig.ROM)
|
||||
if self.MyStack.Length() == 0 {
|
||||
self.SyncList(self.EmulatorConfig.ROM)
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user