mirror of https://github.com/M66B/FairEmail.git
Sync on click tile unseen
This commit is contained in:
parent
8a9f0ebda3
commit
a63795d9bc
|
@ -97,4 +97,9 @@ public class ServiceTileUnseen extends TileService {
|
|||
Log.i("Stop tile unseen");
|
||||
owner.stop();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onClick() {
|
||||
ServiceUI.sync(getApplicationContext(), null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue