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

Commit 2a7b35e8 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix list navigation callbacks for ActionBarView" into lmp-preview-dev

parents 64939ae3 c9102d74
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -755,6 +755,7 @@ public class ActionBarView extends AbsActionBarView implements DecorToolbar {
        mNavItemSelectedListener = l;
        mNavItemSelectedListener = l;
        if (mSpinner != null) {
        if (mSpinner != null) {
            mSpinner.setAdapter(adapter);
            mSpinner.setAdapter(adapter);
            mSpinner.setOnItemSelectedListener(l);
        }
        }
    }
    }