Use dialog fragment to select folder/duration

This commit is contained in:
M66B
2019-06-30 17:44:53 +02:00
parent 0f7f0e1ad3
commit 0d33077b19
7 changed files with 564 additions and 446 deletions

View File

@@ -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);
}