Uitron testing after pr changes (#85)
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -209,6 +209,10 @@ internal suspend fun captureScreen(
|
||||
withContext(Dispatchers.Main) {
|
||||
captureComposeViewWithMasking(canvas, sensitiveCoordinates, rootView)
|
||||
}
|
||||
} else {
|
||||
withContext(Dispatchers.Main) {
|
||||
v.draw(canvas)
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user