Skip to content

Commit

Permalink
Test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bataevvlad committed Nov 16, 2024
1 parent 47fa94f commit 2016462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/android.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export const getAndroidForegroundAppPackageAndActivity = (): ForegroundApp | nul
if (lineWithFocus) {
// ResumedActivity: ActivityRecord{cb77ef3 u0 com.example.app/com.example.app.MainActivity t93}
const match = lineWithFocus.match(
/* eslint-disable */
/ResumedActivity: ActivityRecord\{.*\s([^\s\/]+)\/([^\s\}\s]+)\s/
/* eslint-enable */
);

if (match) {
Expand Down

0 comments on commit 2016462

Please sign in to comment.