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

Commit 07f4c033 authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by android-build-merger
Browse files

Ignore onPreferenceChange for top level preference am: bf88b269

am: 26a0f703

Change-Id: I491a5df37f1df3d9cd02dacabb69c57c287d686c
parents 018e7578 26a0f703
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -560,9 +560,10 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen
                    }
                }
            }
        }
            return true;
        }
        return false;
    }

    private void removeRestrictionsForApp(AppRestrictionsPreference preference) {
        for (Preference p : preference.mChildren) {