Temporary develop commit for testing web links on jenkins builds

This commit is contained in:
manuroe
2016-05-02 10:59:53 +02:00
parent b78bb5fb3e
commit ebdfd16a9c
2 changed files with 8 additions and 0 deletions
@@ -1375,6 +1375,8 @@
// Try to catch universal link supported by the app
NSURL *url = userInfo[kMXKRoomBubbleCellUrl];
NSLog(@"#### shouldDoAction. url: %@", url);
// If the link can be open it by the app, let it do
if ([Tools isUniversalLink:url])
{