Commit d9217310 authored by Yusuke Iwaki's avatar Yusuke Iwaki

fix NullPointerException on Logout.

parent a861a3a4
......@@ -46,8 +46,8 @@ public class StreamRoomMessageManager implements Registerable {
if (streamRoomMessage != null) {
handler.post(() -> {
streamRoomMessage.unregister();
});
streamRoomMessage = null;
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment