John
John
This problem still exists in 3.1.0
I found a **fix** add `new Thread(() -> TweetUi.getInstance()).start();` after `Twitter.initialize(this);` credits to **PiotrWpl** [here](https://twittercommunity.com/t/a-lot-of-anr-after-twitter-sdk-update-to-3-0-0/89701/3)
Problem still exists in 3.2.0, `new Thread(() -> TweetUi.getInstance()).start();` solves the problem again for me
@pamartineza Yep, I tested it and it working! Thanks!
Exactly, I tested it and there is not any problem.
Still no solution for that?