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

Commit eab8f9d3 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

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

* commit 'f0e4ca1b0398a9709d1516434e6d926f477acd70':
  Fix list navigation callbacks for ActionBarView
parents cc148b81 2a7b35e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -755,6 +755,7 @@ public class ActionBarView extends AbsActionBarView implements DecorToolbar {
        mNavItemSelectedListener = l;
        if (mSpinner != null) {
            mSpinner.setAdapter(adapter);
            mSpinner.setOnItemSelectedListener(l);
        }
    }