by default, don't hide the title bar

This commit is contained in:
Eric House 2013-09-30 21:58:17 -07:00
parent 6dcb08594e
commit fddd159e57

View file

@ -239,7 +239,7 @@ public class CommonPrefs extends XWPrefs {
public static boolean getHideTitleBar( Context context )
{
return getPrefsBoolean( context, R.string.key_hide_title, true );
return getPrefsBoolean( context, R.string.key_hide_title, false );
}
public static boolean getSoundNotify( Context context )