diff --git a/Telegram/SourceFiles/ui/power_saving.h b/Telegram/SourceFiles/ui/power_saving.h index 6b3e289ea..f4a2e1dea 100644 --- a/Telegram/SourceFiles/ui/power_saving.h +++ b/Telegram/SourceFiles/ui/power_saving.h @@ -21,7 +21,7 @@ enum Flag : uint32 { kCalls = (1U << 8), kEmojiStatus = (1U << 9), - kAll = (1U << 9) - 1, + kAll = (1U << 10) - 1, }; inline constexpr bool is_flag_type(Flag) { return true; } using Flags = base::flags;