Skip to content

Commit eb49ff4

Browse files
author
OleS
committed
Merge branch 'trunk' of github.com:virtusize/integration_android into trunk
* 'trunk' of github.com:virtusize/integration_android: Fix: font validation script and regenerate Korean fonts Revert "Update validate_fonts.sh" Update validate_fonts.sh [NSDK-383] Fix external link redirect - white blank screen
2 parents b5fd6af + e7e9070 commit eb49ff4

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

scripts/validate_fonts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ validate_font_symbols() {
4545

4646
# Convert Text characters into list of unicodes in a UTF-32 format: \U12345678
4747
while IFS= read -r char; do
48-
hex="$(printf "$char" | iconv -f UTF-8 -t UTF-32BE | xxd -p)"
48+
hex="$(printf "%s" "$char" | iconv -f UTF-8 -t UTF-32BE | xxd -p)"
4949
# Skip some characters
5050
if [[ " ${SKIP_CHARS[@]} " =~ " $hex " ]]; then
5151
continue

virtusize/src/main/java/com/virtusize/android/ui/VirtusizeWebViewFragment.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ class VirtusizeWebViewFragment : DialogFragment() {
210210
}
211211

212212
val transport = resultMsg.obj as WebView.WebViewTransport
213-
binding.webView.addView(popupWebView)
214213
transport.webView = popupWebView
215214
resultMsg.sendToTarget()
216215
}
-356 Bytes
Binary file not shown.
-356 Bytes
Binary file not shown.
-588 Bytes
Binary file not shown.
-588 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)