Skip to content

Commit

Permalink
Merge pull request #16 from tarekFerdous/branch_WJ
Browse files Browse the repository at this point in the history
removed the deprecated methods
  • Loading branch information
WaseemJan063 authored Feb 17, 2024
2 parents 5545b5c + 66de1b5 commit 6ea936b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ private void storeTrackMetaData(ContentProviderUtils contentProviderUtils, Track
viewBinding.trackEditActivityType.getText().toString(), viewBinding.trackEditDescription.getText().toString(),
contentProviderUtils);
}

@Override
//Deprecated this method beacause its deprecated
@Deprecated
public void onBackPressed() {
if (isDiscarding) {
return;
Expand Down

0 comments on commit 6ea936b

Please sign in to comment.