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

Commit 0529640c authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove a use of String16::remove."

parents 3c2cd1a3 0523328a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ static String16 pseudo_generate_expansion(const unsigned int length) {
            break;
          }
        }
        result.remove(length + ext, 0);
        // Just keep the first length + ext characters
        result = String16(result, length + ext);
    }
    return result;
}