mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 23:46:04 +00:00
Clear the bitmap cache since it can get pretty large
This commit is contained in:
@@ -90,6 +90,7 @@ public class NetworkAssetLoader implements CachedAppAssetLoader.NetworkLoader {
|
||||
Ion.getDefault(context).getHttpClient().getSSLSocketMiddleware().setTrustManagers(trustAllCerts);
|
||||
Ion.getDefault(context).getHttpClient().getSSLSocketMiddleware().setSSLContext(sslContext);
|
||||
Ion.getDefault(context).getHttpClient().getSSLSocketMiddleware().setHostnameVerifier(hv);
|
||||
Ion.getDefault(context).getBitmapCache().clear();
|
||||
|
||||
Bitmap bmp = Ion.with(context)
|
||||
.load("https://" + getCurrentAddress(tuple.computer).getHostAddress() + ":47984/appasset?uniqueid=" +
|
||||
|
||||
Reference in New Issue
Block a user