Skip to content

Commit

Permalink
Merge pull request #8 from Teknasyon-Teknoloji/remove-todos
Browse files Browse the repository at this point in the history
[fix] todos removed
  • Loading branch information
semiherdogan authored Jan 25, 2022
2 parents 344e1cb + 2a9f357 commit 5d5c183
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,18 +404,18 @@ class DeepwallFlutterPlugin(): FlutterPlugin, MethodCallHandler, ActivityAware {
}

override fun onDetachedFromActivity() {
TODO("Not yet implemented")
// TODO("Not yet implemented")
}

override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
TODO("Not yet implemented")
// TODO("Not yet implemented")
}

override fun onAttachedToActivity(binding: ActivityPluginBinding) {
activity = binding.activity;
}

override fun onDetachedFromActivityForConfigChanges() {
TODO("Not yet implemented")
// TODO("Not yet implemented")
}
}

0 comments on commit 5d5c183

Please sign in to comment.