Skip to content

Commit

Permalink
fix: hide custom actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Oct 19, 2023
1 parent 2469b5e commit 9d127a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/RNTPUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ export const initRNTPOptions = () => {
options.forwardJumpInterval = 1;
options.backwardJumpInterval = 1;
options.rewindIcon = getPlaybackModeNotifIcon()[0];
/**
options.customActions = {
customActionsList: ['customForward', 'customBackward'],
customForward: getPlaybackModeNotifIcon()[0],
customBackward: getPlaybackModeNotifIcon()[0],
};
*/
}
return options;
};
Expand Down

0 comments on commit 9d127a7

Please sign in to comment.