Hey, thanks for looking into the issue. Now first of all, a small note.
This issue occurs only on Android version KITKAT and below. On LOLLIPOP and MARSHMALLOW, everything works fine.
Gradle :
compile 'com.squareup.retrofit2:converter-gson:2.0.1’
compile 'com.squareup.okhttp3:okhttp:3.4.1’
compile ‘com.squareup.okhttp3:okhttp-ws:3.4.1’
Application Class :
TwitterAuthConfig authConfig = new TwitterAuthConfig(Constants.TWITTER_KEY, Constants.TWITTER_SECRET);
Fabric.with(this, new Digits.Builder().withTheme(R.style.CustomDigitsTheme).build(), new TwitterCore(authConfig));