Skip to content

Commit

Permalink
no need to override onPause
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Feb 10, 2025
1 parent 66f162c commit 2578eca
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ public void onDestroyView() {
super.onDestroyView();
}

@Override
public void onPause() {
super.onPause();
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit 2578eca

Please sign in to comment.