()
| 116 | } |
| 117 | |
| 118 | async function getMyComponent() { |
| 119 | let meStatus = [false]; |
| 120 | if (!meStatus[0]) { |
| 121 | meStatus[0] = await pickUserComponents($.info.user.encryptPin, true); |
| 122 | } |
| 123 | if (!meStatus[0] && $.authExecute) { |
| 124 | await $.wait(5000); |
| 125 | await getMyComponent(); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | function getFriends() { |
| 130 | return new Promise(async resolve => { |
no test coverage detected