-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undo breaking change on Dynamic.type and Dynamic.isNull (#45378)
Summary: Pull Request resolved: #45378 Kotlin consumers of those APIs are forced with this breaking change: ``` # Before thanks to Java property conversion Dynamic.type # After Dynamic.getType() ``` This restores the old more idiomatic API by moving those 2 funcitons to be vals. Changelog: [Android] [Fixed] - Undo breaking change on Dynamic.type and Dynamic.isNull Reviewed By: javache Differential Revision: D59631783 fbshipit-source-id: 8d720af34e104ee0e4f3120302a4a84fc17a7b1c
- Loading branch information
1 parent
3849830
commit 5e31b45
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters