Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve Inheritance Conflict Resolution Error (#344)
- This PR fixes an issue in `EnforceDataActivity` where the overridden `onCreateOptionsMenu` method did not accept a nullable Menu. This caused issues when passing null values, potentially leading to build failures. Ref - [Docs](https://www.jot.fm/issues/issue_2005_03/column2/#:~:text=An%20inheritance%20conflict%20arises%20when,accidental%20and%20recombinant%20inheritance%20conflicts.)
- Loading branch information