Skip to content

Commit ef59889

Browse files
committed
Fixed AndroidBinderError
1 parent 9e5bd28 commit ef59889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/AndroidBinder/Error.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ internal extension binder_status_t {
126126
return .failure(error)
127127
}
128128

129-
func mapError<T>(
129+
func mapError<T: ~Copyable>(
130130
as _: T.Type,
131131
file: StaticString = #file,
132132
function: StaticString = #function

0 commit comments

Comments
 (0)