Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
put back removed methods
  • Loading branch information
Chris Yang committed Jan 7, 2020
commit 51c63c1dbf477ca36ec36b13b86b43571357dc30
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ private class LifeCycleObserver
this.thisActivity = activity;
}

@Override
public void onCreate(@NonNull LifecycleOwner owner) {}

@Override
public void onStart(@NonNull LifecycleOwner owner) {}

@Override
public void onResume(@NonNull LifecycleOwner owner) {}

Expand Down