klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 184 forks source link

Fix ERR_CLEARTEXT_NOT_PERMITTED on translate #92

Closed mkody closed 6 years ago

mkody commented 6 years ago

Hi!

I tried to translate a tweet, but the webview returned me that error. photo5848223965443632434

I'm running the latest Android P (beta), which doesn't allow cleartext connections anymore. So the fix is pretty simple here: don't use insecure connections. :wink:

klinker24 commented 6 years ago

Easy fix, thanks! Had been doing this across the other parts of the app, but guess I missed this one.