From 1da2a9fad50b7bf72979757e7e056a5a8c98dfe3 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 15 Sep 2022 10:17:57 +0200 Subject: [PATCH] Settings / Emoji: Fix transition to Quick Reaction screen --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index e48bc8bbf..ac9e44105 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -218,7 +218,6 @@ export enum SettingsScreens { TwoFaRecoveryEmail, TwoFaRecoveryEmailCode, TwoFaCongratulations, - QuickReaction, ActiveWebsites, PasscodeDisabled, PasscodeNewPasscode, @@ -231,6 +230,7 @@ export enum SettingsScreens { PasscodeCongratulations, Experimental, Stickers, + QuickReaction, CustomEmoji, }