mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Layout change & memory mgmt
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6806a43fe5
commit
b4662b78ec
2 changed files with 2 additions and 4 deletions
|
@ -566,7 +566,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
.subscribe(new Observer<GenericOverall>() {
|
||||
@Override
|
||||
public void onSubscribe(Disposable d) {
|
||||
|
||||
disposableList.add(d);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -576,12 +576,11 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||
|
||||
@Override
|
||||
public void onError(Throwable e) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onComplete() {
|
||||
|
||||
dispose();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_above="@+id/messageInputView"
|
||||
android:paddingBottom="16dp"
|
||||
android:visibility="gone"
|
||||
app:dateHeaderTextSize="13sp"
|
||||
app:incomingBubblePaddingBottom="@dimen/message_bubble_corners_padding"
|
||||
|
|
Loading…
Reference in a new issue