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...

enter image description here





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -