mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Sync on click tile unseen
This commit is contained in:
@@ -97,4 +97,9 @@ public class ServiceTileUnseen extends TileService {
|
||||
Log.i("Stop tile unseen");
|
||||
owner.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onClick() {
|
||||
ServiceUI.sync(getApplicationContext(), null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user