Skip to content

Commit

Permalink
Update VodController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
pecially520 committed Mar 1, 2023
1 parent d3d4f2d commit 809857c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public void onClick(View view) {
updatePlayerCfgView();
listener.updatePlayerCfg();
listener.replay(false);
// hideBottom();
hideBottom();
} catch (JSONException e) {
e.printStackTrace();
}
Expand Down Expand Up @@ -410,7 +410,7 @@ public void click(Integer value, int pos) {
updatePlayerCfgView();
listener.updatePlayerCfg();
listener.replay(false);
// hideBottom();
hideBottom();
}
} catch (Exception e) {
e.printStackTrace();
Expand Down Expand Up @@ -464,7 +464,7 @@ public void onClick(View view) {
updatePlayerCfgView();
listener.updatePlayerCfg();
listener.replay(false);
// hideBottom();
hideBottom();
} catch (JSONException e) {
e.printStackTrace();
}
Expand Down

0 comments on commit 809857c

Please sign in to comment.