mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
Terminate pointless comment.
This commit is contained in:
parent
9a8126d89c
commit
0cd04a66c1
@ -14,12 +14,6 @@ public class Preferences
|
|||||||
{
|
{
|
||||||
private static Preferences preferences;
|
private static Preferences preferences;
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO need to think about what happens if this gets GCed along with the
|
|
||||||
* Activity that initialized it. Do we lose ability to read Preferences in
|
|
||||||
* further Activities? Maybe this should be stored in the Application
|
|
||||||
* context.
|
|
||||||
*/
|
|
||||||
public static synchronized Preferences getPreferences(Context context)
|
public static synchronized Preferences getPreferences(Context context)
|
||||||
{
|
{
|
||||||
if (preferences == null)
|
if (preferences == null)
|
||||||
|
Loading…
Reference in New Issue
Block a user