Uitron testing after pr changes (#85)

This commit is contained in:
Sayed Owais Ali
2023-12-21 12:23:52 +05:30
committed by GitHub
parent 95b0d7af00
commit aae175fe8e
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ plugins {
id 'kotlin-parcelize'
}
def VERSION_NAME = "1.0.17"
def VERSION_NAME = "1.0.18"
android {
namespace 'com.navi.alfred'

View File

@@ -209,6 +209,10 @@ internal suspend fun captureScreen(
withContext(Dispatchers.Main) {
captureComposeViewWithMasking(canvas, sensitiveCoordinates, rootView)
}
} else {
withContext(Dispatchers.Main) {
v.draw(canvas)
}
}
}
} else {