|  | 
 |  | 
 | 
												
													
														| 59 |      const commandId = this.uniqueIdProvider.generate('showModal');
 | 59 |      const commandId = this.uniqueIdProvider.generate('showModal');
 | 
												
													
														| 60 |      const result = this.nativeCommandsSender.showModal(commandId, layout);
 | 60 |      const result = this.nativeCommandsSender.showModal(commandId, layout);
 | 
												
													
														| 61 |      this.commandsObserver.notify('showModal', { commandId, layout });
 | 61 |      this.commandsObserver.notify('showModal', { commandId, layout });
 | 
												
													
														| 62 | -    return result.then(() => {
 |  | 
 | 
												
													
														| 63 | -      return {commandId, layout};
 |  | 
 | 
												
													
														| 64 | -    });
 |  | 
 | 
												
													
														|  | 
 | 62 | +    return result;
 | 
												
													
														| 65 |    }
 | 63 |    }
 | 
												
													
														| 66 |  
 | 64 |  
 | 
												
													
														| 67 |    public dismissModal(componentId) {
 | 65 |    public dismissModal(componentId) {
 |