Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix soft crash with Element call widgets #10684

Merged
merged 3 commits into from
Apr 28, 2023
Merged

Fix soft crash with Element call widgets #10684

merged 3 commits into from
Apr 28, 2023

Commits on Apr 21, 2023

  1. Fix soft crash with Element call widgets

    There was a race condition somewhere which would cause a soft crash
    of the whole app because WidgetPip here gets the currently active
    widget given a widget ID and room, but this can race and be null.
    dbkr committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8a40eb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    a97629b View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    a1cdae1 View commit details
    Browse the repository at this point in the history