Skip to content

Commit

Permalink
fix: Add missing mobileStartActivity import
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 29, 2024
1 parent 551257d commit 42fba66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ import {
} from './commands/ime';
import {
startActivity,
mobileStartActivity,
mobileBroadcast,
mobileStartService,
mobileStopService,
Expand Down Expand Up @@ -450,6 +451,7 @@ class AndroidDriver
optionalIntentArguments?: string,
dontStopAppOnReset?: boolean,
) => Promise<void>;
mobileStartActivity = mobileStartActivity;
mobileBroadcast = mobileBroadcast;
mobileStartService = mobileStartService;
mobileStopService = mobileStopService;
Expand Down

0 comments on commit 42fba66

Please sign in to comment.