mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Adds null check for selectedConversationModel in hideInternal() to prevent NPE when hide() is called after the overlay has already been hidden during configuration changes. Fixes #14491