Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db4845af authored by cretin45's avatar cretin45 Committed by Gerrit Code Review
Browse files

Settings: Ensure fragment is visible before updating footer

Change-Id: I683572a3e544b29563bb74bdda6edfa8f126e054
parent 616453b9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -104,8 +104,10 @@ public class WifiSettingsForSetupWizard extends WifiSettings {
            @Override
            public void onChanged() {
                super.onChanged();
                if (isVisible()) {
                   updateFooter();
                }
            }
        });
    }