mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-14 20:06:07 +00:00
Fix a bunch of Lint errors
This commit is contained in:
@@ -36,7 +36,7 @@ public class AppGridAdapter extends GenericGridAdapter<AppView.AppObject> {
|
||||
private String uniqueId;
|
||||
private LimelightCryptoProvider cryptoProvider;
|
||||
private SSLContext sslContext;
|
||||
private HashMap<ImageView, Future> pendingRequests = new HashMap<ImageView, Future>();
|
||||
private final HashMap<ImageView, Future> pendingRequests = new HashMap<ImageView, Future>();
|
||||
|
||||
public AppGridAdapter(Context context, InetAddress address, String uniqueId) throws NoSuchAlgorithmException, KeyManagementException {
|
||||
super(context, R.layout.app_grid_item, R.drawable.image_loading);
|
||||
|
||||
Reference in New Issue
Block a user