android - How to use Thread.setDefaultUncaughtExceptionHandler? -
my app has multiple tabs , each tab has recyclerview. clicking on recyclerview item, readrecentnewsactivity
opens up. have set shared view transition on onclick
.
the problem arising on onclick
itself, while of time readrecentnewsactivity
launching correctly, on news items it's showing error.
i think error due shared transition instead of removing it, want catch exception , open particular news item without shared transition...
wiki
Comments
Post a Comment