-
Notifications
You must be signed in to change notification settings - Fork 949
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
Multi-selection: Tab switcher #5464
base: develop
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
42e94eb
to
0d73e35
Compare
0b382b2
to
8492b52
Compare
8492b52
to
c4c3cf8
Compare
c3270a9
to
e6e2148
Compare
e6e2148
to
ff15dd9
Compare
ff15dd9
to
02fb482
Compare
@ContributesMultibinding( | ||
scope = AppScope::class, | ||
boundType = ApiInterceptorPlugin::class, | ||
) | ||
class BlockListInterceptorApiPlugin @Inject constructor( | ||
class BlockListInterceptorApiPlugin constructor( |
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.
❓ Why was this removed?
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.
Hmm, seems like this was added with a rebase.
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.
All good apart from that BlockListInterceptorApiPlugin
change 👍
eab74f4
to
3d62cf6
Compare
3d62cf6
to
01126c4
Compare
01126c4
to
b38ddf4
Compare
cca1829
to
da3cae9
Compare
This reverts commit 33efb4e.
57d8234
to
1b96287
Compare
Task/Issue URL: https://app.asana.com/0/1207418217763355/1209148925370449/f
Description
This PR is the feature branch for the tab switcher multi-selection project.
Steps to test this PR
Nothing to test, this will serve as a feature branch.