This commit is contained in:
M66B
2018-08-21 18:00:06 +00:00
parent af4ab0aeda
commit 5f6f552b6b
6 changed files with 9 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ public abstract class SimpleTask<T> implements LifecycleObserver {
@OnLifecycleEvent(Lifecycle.Event.ON_STOP)
public void onStop() {
Log.i(Helper.TAG, "Resume tak " + this);
Log.i(Helper.TAG, "Stop task " + this);
}
@OnLifecycleEvent(Lifecycle.Event.ON_RESUME)