diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index de22e794c..25e192c6e 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -244,11 +244,7 @@ class RoomView extends React.Component { private mounted: boolean; private sub?: RoomClass; private offset?: number; - private didMountInteraction?: { - then: (onfulfilled?: () => any, onrejected?: () => any) => Promise; - done: (...args: any[]) => any; - cancel: () => void; - }; + private didMountInteraction?: { cancel: () => void }; private willBlurListener?: { remove(): void }; private subSubscription?: { unsubscribe(): void };