mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 02:08:40 +00:00
Fix state restore after activity swipe and launch from notification.
This commit is contained in:
committed by
Greyson Parrelli
parent
7e7831cdde
commit
90ff3d1e32
@@ -108,7 +108,7 @@ public class CallParticipantsListUpdatePopupWindow extends PopupWindow implement
|
||||
}
|
||||
|
||||
private void show() {
|
||||
if (!isEnabled) {
|
||||
if (!isEnabled || !parent.isAttachedToWindow()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@ import androidx.lifecycle.ViewModel;
|
||||
import com.annimon.stream.Stream;
|
||||
|
||||
import org.signal.core.util.ThreadUtil;
|
||||
import org.signal.core.util.logging.Log;
|
||||
import org.thoughtcrime.securesms.components.webrtc.v2.CallControlsState;
|
||||
import org.thoughtcrime.securesms.components.webrtc.v2.CallEvent;
|
||||
import org.thoughtcrime.securesms.database.GroupTable;
|
||||
|
||||
Reference in New Issue
Block a user