Skip to content

Commit 32211d8

Browse files
committed
Fix Android build visibility regression
1 parent 7757663 commit 32211d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • android/app/src/main/java/io/linuxdo/accelerator/android

android/app/src/main/java/io/linuxdo/accelerator/android/LinuxdoDns.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ object DnsPacketCodec {
598598
}
599599
}
600600

601-
private fun queryTypeName(type: Int): String = when (type) {
601+
internal fun queryTypeName(type: Int): String = when (type) {
602602
LinuxdoDnsResolver.TYPE_A -> "A"
603603
LinuxdoDnsResolver.TYPE_AAAA -> "AAAA"
604604
LinuxdoDnsResolver.TYPE_SVCB -> "SVCB"

0 commit comments

Comments
 (0)