Skip to content
Snippets Groups Projects
Commit 0d9481ef authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove dead code

Causes crashs on Android 7+
parent e95071b1
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ public class PlaybackService extends MediaBrowserServiceCompat implements IVLCVo
return binder.getService();
}
KeyguardManager mKeyguardManager = (KeyguardManager) VLCApplication.getAppContext().getSystemService(Context.KEYGUARD_SERVICE);
KeyguardManager mKeyguardManager;
private SharedPreferences mSettings;
private final IBinder mBinder = new LocalBinder();
private MediaWrapperList mMediaList = new MediaWrapperList();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment