Kaynağa Gözat

Revert "resolves commandId and layout on showModal"

This reverts commit f6728fc1d6.
yogevbd 6 yıl önce
ebeveyn
işleme
099ac15fbb
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1
    3
      lib/src/commands/Commands.ts

+ 1
- 3
lib/src/commands/Commands.ts Dosyayı Görüntüle

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