mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-15 13:50:53 +00:00
parent
124d728010
commit
1bea12f746
@ -67,7 +67,7 @@ public class ThumbnailView extends FrameLayout {
|
|||||||
|
|
||||||
@Override protected void onAttachedToWindow() {
|
@Override protected void onAttachedToWindow() {
|
||||||
super.onAttachedToWindow();
|
super.onAttachedToWindow();
|
||||||
EventBus.getDefault().registerSticky(this);
|
if (!EventBus.getDefault().isRegistered(this)) EventBus.getDefault().registerSticky(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override protected void onDetachedFromWindow() {
|
@Override protected void onDetachedFromWindow() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user