Refactoring

This commit is contained in:
M66B 2024-01-15 09:05:10 +01:00
parent d271c9f7a0
commit 1909411855
1 changed files with 2 additions and 1 deletions

View File

@ -171,8 +171,9 @@ public class FragmentOptionsSynchronize extends FragmentBase implements SharedPr
spPollInterval = view.findViewById(R.id.spPollInterval);
tvPollBattery = view.findViewById(R.id.tvPollBattery);
swSchedule = view.findViewById(R.id.swSchedule);
rvExempted = view.findViewById(R.id.rvExempted);
swSchedule = view.findViewById(R.id.swSchedule);
tvSchedulePro = view.findViewById(R.id.tvSchedulePro);
tvScheduleStart = view.findViewById(R.id.tvScheduleStart);
tvScheduleEnd = view.findViewById(R.id.tvScheduleEnd);