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

Commit 5d847b8b authored by changbetty's avatar changbetty
Browse files

[GAR] Remove the registerForContextMenu for getting the correct TalkBack

feedback

[Root Cause]
Call the registerForContextMenu to set the view to long-clickable, so
the TalkBack will feedback the "List, Double-tap and hold to long press"

Bug: 187438189
Test: manual test
      make RunSettingsRoboTests ROBOTEST_FILTER=NetworkProviderSettingsTest
Change-Id: I5c33d400a405062e51caccda7a9abe9e76aafea7
parent 956fdad9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -370,7 +370,6 @@ public class NetworkProviderSettings extends RestrictedSettingsFragment
                }
            }
        };
        registerForContextMenu(getListView());
        setHasOptionsMenu(true);

        if (savedInstanceState != null) {