-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use getApplication() instead of passing the instance around (#93)
By passing it like so as a parameter it gives the impression that the instance itself may change (different references). This is however not the case and since the application state does mutate across the execution I do not think this helps out in the understanding of the code.
Showing
1 changed file
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters