fixed long clicking host on iPads and made applist appear immediately after the apps are known

This commit is contained in:
Diego Waxemberg
2015-01-08 19:37:51 -05:00
parent e9c449bbf4
commit b89515089f
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ static const int LABEL_DY = 20;
- (void) hostLongClicked {
[_callback hostLongClicked:_host];
[_callback hostLongClicked:_host view:self];
}
- (void) hostClicked {