diff options
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 8e9f74c..be81747 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -58,7 +58,9 @@ function create_row( key ) { // Reason for Factory: templating format of the row - var row = Ti.UI.createTableViewRow(); + var row = Ti.UI.createTableViewRow(/*{ + hasChild: true // messes up the layout currently. Try later. + }*/); row.addEventListener('click', function(e) { Ti.UI.currentTabGroup.activeTab.open(fs.ui.createWebViewWin({ |
