feat: Enhance restore container functionality and UI updates (#2217)

This commit is contained in:
Dmitry Shilov
2026-01-20 14:15:53 +01:00
committed by GitHub
parent 90f3c3a79e
commit 9646dfcf04
5 changed files with 26 additions and 1 deletions

View File

@@ -105,6 +105,12 @@ const requestAndStoreAccessToken = async (): Promise<void> => {
});
};
export const openRestoreContainerDialog = (): void => {
if (isFabricNative()) {
sendCachedDataMessage(FabricMessageTypes.RestoreContainer, []);
}
};
/**
* Check token validity and schedule a refresh if necessary
* @param tokenTimestamp