-
Notifications
You must be signed in to change notification settings - Fork 576
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
Chat folders: Redesign, Global Filter #602
Conversation
1924fd1
to
fbec1d9
Compare
fbec1d9
to
0bc6d92
Compare
79895e4
to
e3e644a
Compare
871a191
to
de5be69
Compare
…ilter in global filter mode
b382ba0
to
9826472
Compare
9826472
to
dcbd062
Compare
dcbd062
to
7ea5770
Compare
It is not related to this PR. You feel free to change logic here and open PR. |
c.restore(); | ||
c.restore(); |
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.
TODO: use single restoreToCount
call instead
app/src/main/java/org/thunderdog/challegram/ui/SelectChatsController.java
Show resolved
Hide resolved
app/src/main/java/org/thunderdog/challegram/ui/ChatFoldersFeatureController.java
Show resolved
Hide resolved
public static int getLeftMargin (View view) { | ||
if (view != null) { |
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.
TODO: rework in kotlin and move to X-Android
module
No description provided.