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

Commit 93399bed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Null check on NavigationBarView in NavigationBarFragment"

parents 148eba15 b8b717f7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -478,8 +478,10 @@ public class NavigationBarFragment extends Fragment implements Callbacks {

    private void setDisabled2Flags(int state2) {
        // Method only called on change of disable2 flags
        if (mNavigationBarView != null) {
            mNavigationBarView.getRotateSuggestionButton().onDisable2FlagChanged(state2);
        }
    }

    // ----- Internal stuffz -----