Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add suppression for deprecated setters and getters (#44676)
Summary: Pull Request resolved: #44676 Some of the setters and getters in these functions, like [`getStatusBarColor`](https://developer.android.com/reference/android/view/Window#getStatusBarColor), have been marked as deprecated in [`VANILLA_ICE_CREAM`](https://developer.android.com/reference/android/os/Build.VERSION_CODES#VANILLA_ICE_CREAM). This change suppresses deprecation warnings until we can move to newer alternatives. ## Changelog [Android] [Changed] - Added suppression for deprecated getter/setter usage in StatusBarModule Reviewed By: sumkit Differential Revision: D57780503 fbshipit-source-id: 6201f7a3e597fef420de0f80dd2243bee78bc583
- Loading branch information