|
|
@ -383,6 +383,10 @@ public class ApplicationPreferencesActivity extends SherlockPreferenceActivity {
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (Integer.parseInt((String)newValue) < 1) {
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
preference.setSummary((String)newValue + " " +
|
|
|
|
preference.setSummary((String)newValue + " " +
|
|
|
|
getString(R.string.ApplicationPreferencesActivity_messages_per_conversation));
|
|
|
|
getString(R.string.ApplicationPreferencesActivity_messages_per_conversation));
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|