Keep KDE Connect device picker visible
Stop result handling after launching KDE Connect so the scan result screen does not cover its device picker.
This commit is contained in:
@@ -1086,8 +1086,11 @@ fun Activity.showResult(
|
||||
)
|
||||
}
|
||||
}
|
||||
if (prefs.sendScanKdeConnect && !bulkMode) {
|
||||
if (prefs.sendScanKdeConnect &&
|
||||
!bulkMode &&
|
||||
sendToKdeConnect(scan)
|
||||
) {
|
||||
return
|
||||
}
|
||||
if (runAutomatedActions(scan)) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user