Skip to content

Commit

Permalink
fix: name of class
Browse files Browse the repository at this point in the history
  • Loading branch information
seyedmostafahasani committed Jun 18, 2024
1 parent e967765 commit d60bc1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
public class PhoneStateListener extends PhoneStateListener {
private final ExoPlayer exoPlayer;

public MyPhoneStateListener(ExoPlayer exoPlayer) {
public PhoneStateListener(ExoPlayer exoPlayer) {
this.exoPlayer = exoPlayer;
}

Expand Down

0 comments on commit d60bc1b

Please sign in to comment.