Skip to content

Commit

Permalink
Get ctx in SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed Jan 30, 2024
1 parent ae11d52 commit d34d194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ boolean onIconLongClicked(View v) {
}
int deepShortcutCount = popupDataProvider.getShortcutCountForItem(item);
final PopupContainerWithArrow<SecondaryDisplayLauncher> container;
if (FeatureFlags.showMaterialUPopup(this)) {
if (FeatureFlags.showMaterialUPopup(getContext())) {
container = (PopupContainerWithArrow) mActivity.getLayoutInflater().inflate(
R.layout.popup_container_material_u, mActivity.getDragLayer(), false);
container.populateAndShowRowsMaterialU((BubbleTextView) v, deepShortcutCount,
Expand Down

0 comments on commit d34d194

Please sign in to comment.