mirror of
https://github.com/openharmony/applications_filepicker.git
synced 2026-07-01 22:33:59 -04:00
[TicketNo:]AR000JP17R
[Description:]音乐XX项目开发-音频管理--Audio Picker界面 [Binary Source:]NA Signed-off-by: nWX1290789 <niuyuanyuan6@h-partners.com>
This commit is contained in:
@@ -24,8 +24,6 @@ const logger: Logger = new Logger('AudioPickerExtension')
|
||||
@Entry(storage)
|
||||
@Component
|
||||
struct AudioPickerExtension {
|
||||
@State hoverIndex: number = -1
|
||||
@State actionIsHover: boolean = false
|
||||
@State isShow: boolean = false
|
||||
private session: UIExtensionContentSession | undefined = storage.get<UIExtensionContentSession>('session');
|
||||
private want: Want | undefined = storage.get<Want>('want');
|
||||
|
||||
Reference in New Issue
Block a user