Merge "Revert "Remove FLAG_ACTIVITY_FORWARD_RESULT in 2-pane flow""
This commit is contained in:
@@ -100,6 +100,8 @@ public class SearchResultTrampoline extends Activity {
|
||||
}
|
||||
}
|
||||
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
|
||||
|
||||
if (!ActivityEmbeddingUtils.isEmbeddingActivityEnabled(this)) {
|
||||
startActivity(intent);
|
||||
} else if (isSettingsIntelligence(callingActivity)) {
|
||||
|
Reference in New Issue
Block a user