Skip to content

Commit

Permalink
fix: remove index way (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray authored Feb 1, 2024
1 parent 26eaa06 commit 88fe67d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void stop(boolean lastView) {
}
stop = true;
Countly.instance().views().stopViewWithName(name);
ModuleViews viewsModule = (ModuleViews) SDKCore.instance.module(CoreFeature.Views.getIndex());
ModuleViews viewsModule = (ModuleViews) SDKCore.instance.module(CoreFeature.Views);
if (viewsModule != null) {
viewsModule.setFirstViewInternal(lastView);
}
Expand Down

0 comments on commit 88fe67d

Please sign in to comment.