Fix disappearing message corner case.
We never properly registered the ExpirationListener, meaning we were relying on the wait-notify loop of ExpirationManager to delete things. This normally works, but fails when your phone goes to sleep. So I properly registered the receiver, and then added a failsafe to re-run the ExpirationManager if we're about to render an expired message. Fixes #7906pull/1/head
parent
42f1baaf61
commit
62c42a3513
Loading…
Reference in New Issue