Commit 24cca807 by ojw28 Committed by GitHub

Merge pull request #3378 from Miha-x64/patch-2

Removed useless parentheses
parents 7d0ec68d 276087c5
......@@ -176,7 +176,7 @@ public class PlayerActivity extends Activity implements OnClickListener,
@Override
public void onResume() {
super.onResume();
if ((Util.SDK_INT <= 23 || player == null)) {
if (Util.SDK_INT <= 23 || player == null) {
initializePlayer();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment