Skip to content

Commit

Permalink
Merge pull request rustdesk#6045 from 21pages/fix_ios_ci
Browse files Browse the repository at this point in the history
fix ios ci
  • Loading branch information
rustdesk authored Oct 15, 2023
2 parents 3702b0c + 5c9ee03 commit 892ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ import Flutter

public func dummyMethodToEnforceBundling() {
dummy_method_to_enforce_bundling();
session_get_rgba(nil);
session_get_rgba(nil, 0);
}
}

0 comments on commit 892ebc2

Please sign in to comment.