Skip to content

Commit

Permalink
Removed unused await
Browse files Browse the repository at this point in the history
  • Loading branch information
Decoder07 committed May 14, 2024
1 parent 668e7ad commit f6e4f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class HLSPlayerStore extends ChangeNotifier
///[setHLSLayer] sets the HLS Layer
void setHLSLayer(HMSHLSLayer hmsHLSLayer) async {
selectedLayer = hmsHLSLayer;
await HMSHLSPlayerController.setHLSLayer(hmsHLSLayer: hmsHLSLayer);
HMSHLSPlayerController.setHLSLayer(hmsHLSLayer: hmsHLSLayer);
notifyListeners();
}

Expand Down

0 comments on commit f6e4f8e

Please sign in to comment.