Update VoiceRouter.java

This commit is contained in:
androiddevkotlin 2021-04-05 13:17:58 +03:00
parent 68dd209120
commit 38d05b1f45

View file

@ -681,8 +681,6 @@ public class VoiceRouter {
return sb.toString();
}
private int getIntRef(String stringRef) {
int intRef = Algorithms.findFirstNumberEndIndex(stringRef);
if (intRef > 0) {