Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73c0f370 authored by kaiyiz's avatar kaiyiz Committed by Steve Kondik
Browse files

NumberPicker: Don't filter Bengali-Indic characters

Add Bengalese digit characters to the digit characters list of
NumberPicker.

CRs-Fixed: 530201

Change-Id: I32445660c2c2a451c71f5a235ee71ae906660f12
parent 0a8e1431
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1944,7 +1944,10 @@ public class NumberPicker extends LinearLayout {
            , '\u0669',
            // Extended Arabic-Indic
            '\u06f0', '\u06f1', '\u06f2', '\u06f3', '\u06f4', '\u06f5', '\u06f6', '\u06f7', '\u06f8'
            , '\u06f9'
            , '\u06f9',
            // Bengali-Indic
            '\u09e6', '\u09e7', '\u09e8', '\u09e9', '\u09ea', '\u09eb', '\u09ec', '\u09ed', '\u09ee'
            , '\u09ef'
    };

    /**