Skip to content

Commit 992dc3e

Browse files
author
Athira M
committed
Changed Object type to string type
1 parent 742ff4a commit 992dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/firebase/remoteconfig/ConditionEvaluator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ private boolean evaluateCustomSignalCondition(CustomSignalCondition condition,
150150
return false;
151151
}
152152

153-
Object customSignalValue = context.get(customSignalKey);
153+
String customSignalValue = context.get(customSignalKey);
154154
if (customSignalValue == null) {
155155
return false;
156156
}

0 commit comments

Comments
 (0)