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

Commit e5197799 authored by Roman Birg's avatar Roman Birg Committed by Matt Garnes
Browse files

GlobalActions: public CharSequence getLabelForAccessibility

Change-Id: Ia600163654c9486a09e0cc632d6c8a4e964edda0
parent cedc2e8d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -326,6 +326,11 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
                public boolean showBeforeProvisioning() {
                    return false;
                }

                public CharSequence getLabelForAccessibility(Context context) {
                    return null;
                }

            });

        mAdapter = new MyAdapter();