mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
a70d800e6d
The issue was happening because adding gif to the recently used gifs model was initiated after `gifSelected` action was fired and that action actually removed the context within `addToRecentsGif` ought to be called and the app crashed. That's fixed now updating the order of those two calls. Fixes #5263