From fa8bb29d9d03a73143cb8e43e52bc5a46513371c Mon Sep 17 00:00:00 2001 From: Thodoris1999 Date: Sun, 5 Aug 2018 23:37:30 +0300 Subject: [PATCH] minor improvements --- .../main/java/gr/thmmy/mthmmy/viewmodel/TopicViewModel.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/java/gr/thmmy/mthmmy/viewmodel/TopicViewModel.java b/app/src/main/java/gr/thmmy/mthmmy/viewmodel/TopicViewModel.java index e4c7ec55..3f5ad4cf 100644 --- a/app/src/main/java/gr/thmmy/mthmmy/viewmodel/TopicViewModel.java +++ b/app/src/main/java/gr/thmmy/mthmmy/viewmodel/TopicViewModel.java @@ -209,10 +209,6 @@ public class TopicViewModel extends BaseViewModel implements TopicTask.OnTopicTa return pageIndicatorIndex; } - public void setPageIndicatorIndex(Integer pageIndicatorIndex) { - this.pageIndicatorIndex.setValue(pageIndicatorIndex); - } - public boolean isUserExtraInfoVisible(int position) { return isUserExtraInfoVisibile.get(position); }