-
Notifications
You must be signed in to change notification settings - Fork 86
Adds new tab ID properties to TabsComponent
.
#2577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we need to fix paywall tester |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2577 +/- ##
==========================================
- Coverage 78.64% 78.63% -0.01%
==========================================
Files 296 296
Lines 10888 10893 +5
Branches 1520 1520
==========================================
+ Hits 8563 8566 +3
- Misses 1663 1665 +2
Partials 662 662 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@SerialName("tab_id") | ||
val tabId: String, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshdholtz Just checking, is it correct that this property will always exist in the response?
@get:JvmSynthetic | ||
val id: String, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joshdholtz Same question here, is it correct that this property will always exist in the response?
Description
Adds the
tab_id
,id
anddefault_tab_id
properties to theTabsComponent
model where necessary. These new properties are not used yet. This makes the same changes to the JSON models as these iOS PRs: