We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3050627 commit 8bfe4bdCopy full SHA for 8bfe4bd
app/src/main/java/com/afwsamples/testdpc/common/LaunchIntentUtil.java
@@ -42,7 +42,7 @@ private LaunchIntentUtil() {}
42
public static boolean isSynchronousAuthLaunch(Intent launchIntent) {
43
return launchIntent != null
44
&& (launchIntent.getExtras() != null)
45
- && (launchIntent.getExtras().get(EXTRA_IS_SETUP_WIZARD) != null);
+ && (launchIntent.getExtras().getBoolean(EXTRA_IS_SETUP_WIZARD));
46
}
47
48
/**
0 commit comments