Hi!
I changed
Twitter.initialize(this);
to
Twitter.initialize(this);
new Thread(() -> TweetUi.getInstance()).start();
in my application class. After small tests, looks like it helps.
I will update my app with this “fix” for beta users, and I will let You know after couple of days.