Fix solid backgrounds.

This commit is contained in:
levlam 2022-11-02 07:21:20 +03:00
parent 69f03d8376
commit 1c89f505c9

View File

@ -82,6 +82,8 @@ BackgroundFill::BackgroundFill(const telegram_api::wallPaperSettings *settings)
LOG(ERROR) << "Receive " << to_string(*settings);
rotation_angle_ = 0;
}
} else {
bottom_color_ = top_color_;
}
}