mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Ensure that activities and content providers are integrated into DI.
This commit is contained in:
parent
8fe2816ca9
commit
7880a08c30
5 changed files with 90 additions and 100 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue