Bug Fixes (Double Click, Login Fragment Title)
This commit is contained in:
@@ -121,7 +121,7 @@ public class LoginFragment extends Fragment {
|
||||
+ " must implement OnLoginFragmentInteractionListener");
|
||||
}
|
||||
if (context instanceof MainAcitivityListener)
|
||||
((MainAcitivityListener) context).onTitleTextChange(R.string.courses);
|
||||
((MainAcitivityListener) context).onTitleTextChange(R.string.log_in);
|
||||
else
|
||||
throw new RuntimeException(context.toString() + "must implement MainActivityListener");
|
||||
}
|
||||
|
||||
@@ -172,6 +172,7 @@ public class ScheduleFragment extends Fragment implements MonthLoader.MonthChang
|
||||
}
|
||||
}
|
||||
mWeekView.goToDate(firstVisibleDay);
|
||||
onFirstVisibleDayChanged(firstVisibleDay, mWeekView.getLastVisibleDay());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user