Skip to content

Commit

Permalink
dont show error when there is no activity annotation route map
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulSoup committed Apr 27, 2016
1 parent 5201178 commit f272e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class RouterManager {
mActivityRouter.initActivityRouterTable(initializer);

} catch (Exception e) {
Timber.e(e, "");
//do nothing
}
}

Expand Down

0 comments on commit f272e96

Please sign in to comment.