-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Description
The Flutter and Compose content result id's are marked as private instead of public like all other result id's in all other checks.
Line 56 in c65cab0
| private static final int RESULT_ID_UNSUPPORTED_FLUTTER_CONTENT = 7; |
Line 53 in c65cab0
| private static final int RESULT_ID_UNSUPPORTED_COMPOSE_CONTENT = 6; |
They should be public to allow for easier checking of resultId's.
Metadata
Metadata
Assignees
Labels
No labels