Skip to content

Commit dbb54de

Browse files
committed
fix: replacing Consumer implementation for backwards compatibility
1 parent 1949945 commit dbb54de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/src/org/apache/cordova/SplashScreenPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Licensed to the Apache Software Foundation (ASF) under one
5555

5656
import java.util.ArrayList;
5757
import java.util.List;
58-
import java.util.function.Consumer;
58+
import androidx.core.util.Consumer;
5959

6060
@SuppressLint("LongLogTag")
6161
public class SplashScreenPlugin extends CordovaPlugin {

0 commit comments

Comments
 (0)