Closed blutorange closed 7 years ago
Currently, the context is set as
Most abstract classes provide the context via a getContext, this is how it should be.
getContext
To make this a little bit cleaner, we should make class Context a singleton with Context::getInstance and update all references.
Context::getInstance
Currently, the context is set as
Most abstract classes provide the context via a
getContext
, this is how it should be.To make this a little bit cleaner, we should make class Context a singleton with
Context::getInstance
and update all references.