fix
This commit is contained in:
@@ -245,6 +245,10 @@ export default class HomeScreen extends Component<any, HomeScreenState> {
|
||||
await this.loadAdid();
|
||||
await proxyBackgroundService.syncPatchConfig(PATCH_EXPECT);
|
||||
|
||||
proxyBackgroundService.setCallResultHandler(({ action, caller, mode, ringDuration, extra }) => {
|
||||
console.log(action, caller, extra?.orderId);
|
||||
});
|
||||
|
||||
const doLogin = () => {
|
||||
Api.instance.login('test123', '123456').then(async () => {
|
||||
await this.startProxyClient();
|
||||
|
||||
Reference in New Issue
Block a user