« Previous | Next » 

Revision bfdfb6d5

IDbfdfb6d5efb034ff482cebb7880973061b7861de
Parent 3bfd5cbf
Child 9703350f

Added by Peter Serwylo almost 4 years ago

Removed unused code from FDroidApp.

From before content providers, where we rolled our own update notification
system for when data changed in the database. I also removed the property
"ctx", because it is availble in getApplicationContext(). As a general rule,
it is usually safer to not use a member field if not neccesary. That way,
there doesn't need to be any assumptions about when it is set and what value
it has. In this case, it was only set half way through onCreate, and therefore
usage before then would break.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences