dynamic app selection on home context
This commit is contained in:
@@ -68,4 +68,12 @@ class BinStore {
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
public function getNameByAlias(alias: String): String {
|
||||
var bin = getBinByAlias(alias);
|
||||
if (bin == null) {
|
||||
return null;
|
||||
}
|
||||
return bin.name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user