Skip to content

Commit 27e532d

Browse files
committed
Updated Resources
1 parent 7c672ab commit 27e532d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AndroidContent/Resources.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open class Resources: JavaObject {
1313
/// Return a resource identifier for the given resource name. A fully qualified resource name is of the form "package:type/entry".
1414
/// The first two components (package and type) are optional if defType and defPackage, respectively, are specified here.
1515
@JavaMethod
16-
open func getIdentifier(_ name: String, _ defType: String?, _ defPackage: String?) -> Int32
16+
open func getIdentifier(_ name: String, _ defType: String, _ defPackage: String) -> Int32
1717

1818
@JavaMethod
1919
open func getQuantityString(_ arg0: Int32, _ arg1: Int32, _ arg2: [JavaObject?]) throws -> String

0 commit comments

Comments
 (0)