Skip to content

Commit

Permalink
code reviewed
Browse files Browse the repository at this point in the history
  • Loading branch information
kd-Lorentz committed Aug 11, 2021
1 parent f4e36ab commit 452778c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.text.Spanned
/**
* @author Komi Donon
* @since 10/14/2020.
* Lorentz
*/
internal class InputFilterMinMax(private var min: Int, private var max: Int) : InputFilter {
override fun filter(source: CharSequence, start: Int, end: Int, dest: Spanned, dstart: Int, dend: Int): CharSequence? {
Expand Down

0 comments on commit 452778c

Please sign in to comment.