Skip to content

Commit

Permalink
fix: view segmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Dec 19, 2023
1 parent 3ced2c6 commit ffa0932
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ void autoCloseRequiredViews(boolean closeAllViews, Map<String, Object> customVie
currentViewID = currentViewData.viewID;

Map<String, Object> viewSegmentation = createViewEventSegmentation(currentViewData, firstView, true, customViewSegmentation);
currentViewData.viewSegmentation = viewSegmentation;

if (firstView) {
L.d("[ModuleViews] Recording view as the first one in the session. [" + viewName + "]");
Expand Down

0 comments on commit ffa0932

Please sign in to comment.