Harshita Gupta
Harshita Gupta
I've made no changes in this file instead I've added a new class ShrinkBehaviorOfFab and point the fab behavior to this class
No, I haven't changed the old behavior. This(https://github.com/zulip/zulip-android/blob/master/app/src/main/java/com/zulip/android/util/RemoveViewsOnScroll.java) class is having behavior for both app layout and floating button so I added a new class which are keeping track of...
I guess the issue may be caused because of using two behaviors coz in `ZulipActivity` we are using `RemoveViewsOnScroll` and in `MessageListFragment` we are using `ShrinkBehaviorOfFab` which might be the...
Yeah I got it know! I'll make those changes and update the PR. One more thing instead of updating `RemoveViewsOnScroll.java` can I update all the changes related to fab in...
Hi @kunall17! I tried to merge the changes in `RemoveViewsOnScroll` but it is not producing the desired output! So I just wrote the methods `hideView()` and `showView()` in `ShrinkBehaviorOfFab` and...