Skip to content

Commit

Permalink
[FIX] listOnSpotlight not calling the right SDK method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renemari Padillo committed Jan 18, 2016
1 parent 3e46be1 commit 71e3b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,9 @@ Branch.prototype.createBranchUniversalObject = function (options) {
* List item on Spotlight (iOS Only).
*/
res.listOnSpotlight = function () {
return execute('registerView');

return execute('listOnSpotlight');

};

resolve(res);
Expand Down

0 comments on commit 71e3b95

Please sign in to comment.