-
Notifications
You must be signed in to change notification settings - Fork 6
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
Clean code before SuperCollapsedBlock feature #1683
Conversation
662bdab
to
1a1e5be
Compare
dd2ebcd
to
8b95881
Compare
1a1e5be
to
5f44b97
Compare
6b2cb20
to
16b0812
Compare
5f44b97
to
a5f0375
Compare
16b0812
to
914e22b
Compare
a5f0375
to
954e4d7
Compare
914e22b
to
6496a21
Compare
4b9bd04
to
4608662
Compare
6496a21
to
b51593a
Compare
4608662
to
9c90a39
Compare
b51593a
to
70b4176
Compare
9c90a39
to
8925609
Compare
1cf5529
to
0c3d543
Compare
8925609
to
07a0d12
Compare
This PR/issue depends on:
|
ff9abb4
to
6193d76
Compare
.indexOfFirst { it is Thread && it.uid == threadUid } | ||
.takeIf { position -> position != -1 } | ||
} | ||
|
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.
Maybe we can group override
methods together?
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.
We sort them by logic.
var initialSetOfExpandedMessagesUids = setOf<String>() | ||
private val currentSetOfLoadedExpandedMessagesUids = mutableSetOf<String>() | ||
private var hasNotScrolledYet = true | ||
//endregion |
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.
Maybe we can also group public
and private
variables?
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.
We sort them by logic.
6193d76
to
21fbebd
Compare
|
Depends on #1677