mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 14:27:34 +00:00

committed by
Moxie Marlinspike

parent
124d728010
commit
1bea12f746
@@ -67,7 +67,7 @@ public class ThumbnailView extends FrameLayout {
|
||||
|
||||
@Override protected void onAttachedToWindow() {
|
||||
super.onAttachedToWindow();
|
||||
EventBus.getDefault().registerSticky(this);
|
||||
if (!EventBus.getDefault().isRegistered(this)) EventBus.getDefault().registerSticky(this);
|
||||
}
|
||||
|
||||
@Override protected void onDetachedFromWindow() {
|
||||
|
Reference in New Issue
Block a user