+
+ {_t(
+ "If you start listening to this live broadcast, " +
+ "your current live broadcast recording will be ended.",
+ )}
+
+ onFinished(true)}
+ primaryButton={_t("Yes, end my recording")}
+ cancelButton={_t("No")}
+ onCancel={() => onFinished(false)}
+ />
+
+ );
+};
+
+export const showConfirmListenBroadcastStopCurrentDialog = async (): Promise