Karthi Ramasamy

Results 5 comments of Karthi Ramasamy

Found an open issue [here](https://issuetracker.google.com/issues/123857941) in issue tracker. Our entire application depends on this URI intent navigation. This bug is complete show stopper on implementing dynamic feature. @keyboardsurfer do you...

@Entreco Thanks for your update! we believe, using reflection is not a scalable solution. also it involves lot of code changes. Any quick workaround available on this ?

Thanks @keyboardsurfer for the quick response. As @Entreco mentioned; Calling `setPackage` doesn't fix this issue.

There are two ways to get the referance of target view, 1. Iterate the toolbar views, through `toolbar.getChildAt()` 2. Set custom view in toolbar and then use the referance of...