mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 16:25:05 +01:00
Layout change & memory mgmt
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6806a43fe5
commit
b4662b78ec
@ -566,7 +566,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||||||
.subscribe(new Observer<GenericOverall>() {
|
.subscribe(new Observer<GenericOverall>() {
|
||||||
@Override
|
@Override
|
||||||
public void onSubscribe(Disposable d) {
|
public void onSubscribe(Disposable d) {
|
||||||
|
disposableList.add(d);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@ -576,12 +576,11 @@ public class ChatController extends BaseController implements MessagesListAdapte
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onError(Throwable e) {
|
public void onError(Throwable e) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onComplete() {
|
public void onComplete() {
|
||||||
|
dispose();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_above="@+id/messageInputView"
|
android:layout_above="@+id/messageInputView"
|
||||||
android:paddingBottom="16dp"
|
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:dateHeaderTextSize="13sp"
|
app:dateHeaderTextSize="13sp"
|
||||||
app:incomingBubblePaddingBottom="@dimen/message_bubble_corners_padding"
|
app:incomingBubblePaddingBottom="@dimen/message_bubble_corners_padding"
|
||||||
|
Loading…
Reference in New Issue
Block a user