mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Removed useless parentheses
This commit is contained in:
parent
f9249d23ea
commit
276087c532
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue