Ensure that activities and content providers are integrated into DI.

This commit is contained in:
Paul Hawke 2017-08-25 09:55:25 -05:00 committed by Paul Hawke
parent 8fe2816ca9
commit 7880a08c30
5 changed files with 90 additions and 100 deletions

View file

@ -276,7 +276,4 @@ public class Utils {
return value == null || value.trim().isEmpty();
}
public static boolean isDarkTheme(Context context) {
return PreferenceManager.getDefaultSharedPreferences(context).getBoolean("theme",false);
}
}