mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 02:46:05 +00:00
Tighten up a bunch of declarations to make Lint happier
This commit is contained in:
@@ -70,7 +70,7 @@ public class DiscoveryService extends Service {
|
||||
});
|
||||
}
|
||||
|
||||
private DiscoveryBinder binder = new DiscoveryBinder();
|
||||
private final DiscoveryBinder binder = new DiscoveryBinder();
|
||||
|
||||
@Override
|
||||
public IBinder onBind(Intent intent) {
|
||||
|
||||
Reference in New Issue
Block a user