Fix codacy

This commit is contained in:
Neslihan 2017-05-14 15:59:00 +03:00
parent dc1b04f3ed
commit e79d18f439
2 changed files with 1 additions and 3 deletions

View file

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