mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Fixes
This commit is contained in:
@@ -86,8 +86,10 @@ public class ServiceTileUnseen extends TileService {
|
||||
|
||||
public void onStopListening() {
|
||||
Log.i(Helper.TAG, "Stop tile unseen");
|
||||
if (liveMessages != null)
|
||||
if (liveMessages != null) {
|
||||
liveMessages.removeObservers(owner);
|
||||
liveMessages = null;
|
||||
}
|
||||
}
|
||||
|
||||
public void onClick() {
|
||||
|
||||
Reference in New Issue
Block a user