Update ActivityEmbedding usage.
Bug: 259592300 Test: build. Change-Id: I8e4aa8daf51cb9c669d06b152cc5a2fc69a06571 Merged-In: I8e4aa8daf51cb9c669d06b152cc5a2fc69a06571 (cherry picked from commita9394d1796) (cherry picked from commit65bb5a09f4) (cherry picked from commitd2dfc4285e)
This commit is contained in:
@@ -250,6 +250,6 @@ public class HighlightableTopLevelPreferenceAdapter extends PreferenceGroupAdapt
|
||||
}
|
||||
|
||||
private boolean isHighlightNeeded() {
|
||||
return SplitController.getInstance().isActivityEmbedded(mHomepageActivity);
|
||||
return SplitController.getInstance(mHomepageActivity).isActivityEmbedded(mHomepageActivity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user