Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android 13: Fix warnings on starting an application
On Android 13, currently in beta, android triggers a warning because it is using a deprecated getDrawable function. The patch changes it to use the non-deprecated alternative as suggested in the warning. Fixes: QTBUG-103568 Change-Id: I3e629e7b75044bfb51874256895be0ec7e1088f8 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit e07fea6) Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
- Loading branch information