//No Internet Connection private void TryAgainButton_Click(object sender, EventArgs e) { try { if (UserTab.EmptyStateLayout != null) { UserTab.EmptyStateLayout.Visibility = ViewStates.Gone; } ViewPager.SetCurrentItem(0, true); Search("a"); } catch (Exception exception) { Methods.DisplayReportResultTrack(exception); } }
private void SetParentFrag() { RegViewPager.SetCurrentItem(0, isSmoothScroll); }