allow two digits for number of call notifications (e.g. 60)

here
cpfeiffer 2016-04-25 00:13:09 +02:00
parent 65bd1581bc
commit b89eb14be7
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
android:defaultValue="60"
android:inputType="number"
android:key="mi_vibration_count_incoming_call"
android:maxLength="1"
android:maxLength="2"
android:title="@string/pref_title_notifications_repetitions" />
</PreferenceScreen>