Make variable private

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2018-04-30 14:30:33 +02:00
parent 719c81d4a6
commit d9267d4626

View File

@ -93,7 +93,7 @@ public class ChatController extends BaseController implements MessagesListAdapte
MessageInput messageInput;
@BindView(R.id.messagesList)
MessagesList messagesList;
List<Disposable> disposableList = new ArrayList<>();
private List<Disposable> disposableList = new ArrayList<>();
private String conversationName;
private String roomToken;
private UserEntity currentUser;