Skip to content

Commit 53dbef7

Browse files
committed
Revert "fix #1416 - ClassNotFound for FlowParameters (#1451)"
This reverts commit 0786884.
1 parent ef4f5fe commit 53dbef7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

auth/src/main/java/com/firebase/ui/auth/data/model/FlowParameters.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ public FlowParameters(
8787
* Extract FlowParameters from an Intent.
8888
*/
8989
public static FlowParameters fromIntent(Intent intent) {
90-
//this is required to fix #1416 - ClassNotFound for FlowParameters
91-
intent.setExtrasClassLoader(AuthUI.class.getClassLoader());
9290
return intent.getParcelableExtra(ExtraConstants.FLOW_PARAMS);
9391
}
9492

0 commit comments

Comments
 (0)