Skip to content

Commit 03da1fd

Browse files
authored
Merge pull request #61 from passageidentity/PSG-4590
PSG-4590
2 parents 9555c5b + 607e89a commit 03da1fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
model: 'iPhone 14'
141141

142142
- name: Run iOS tests
143-
run: flutter test integration_test/*.dart -d 2AD22772-5472-4EB0-97DE-883C5B789032 --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
143+
run: flutter test integration_test/*.dart -d 2CBBC7F8-8C98-4142-8292-D5833BB30F8F --dart-define=MAILOSAUR_API_KEY=${{ secrets.MAILOSAUR_API_KEY }}
144144
working-directory: ./integrationtestapp
145145
env:
146146
MAILOSAUR_API_KEY: ${{ secrets.MAILOSAUR_API_KEY }}

android/src/main/kotlin/id/passage/passage_flutter/PassageFlutterPlugin.kt

-3
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,12 @@ class PassageFlutterPlugin: FlutterPlugin, MethodCallHandler, ActivityAware {
8989
}
9090

9191
override fun onDetachedFromActivityForConfigChanges() {
92-
TODO("Not yet implemented")
9392
}
9493

9594
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
96-
TODO("Not yet implemented")
9795
}
9896

9997
override fun onDetachedFromActivity() {
100-
TODO("Not yet implemented")
10198
}
10299

103100
}

0 commit comments

Comments
 (0)