From 190941185573ca45adf8183f21daa94640c7c9ca Mon Sep 17 00:00:00 2001 From: M66B Date: Mon, 15 Jan 2024 09:05:10 +0100 Subject: [PATCH] Refactoring --- .../java/eu/faircode/email/FragmentOptionsSynchronize.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java b/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java index 498a8bd075..c836364358 100644 --- a/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java +++ b/app/src/main/java/eu/faircode/email/FragmentOptionsSynchronize.java @@ -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);