mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Use dialog fragment to select folder/duration
This commit is contained in:
@@ -69,6 +69,10 @@ public class TwoStateOwner implements LifecycleOwner {
|
||||
registry.setCurrentState(Lifecycle.State.STARTED);
|
||||
}
|
||||
|
||||
void resume() {
|
||||
registry.setCurrentState(Lifecycle.State.RESUMED);
|
||||
}
|
||||
|
||||
void stop() {
|
||||
registry.setCurrentState(Lifecycle.State.CREATED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user