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

Commit a7a20f4e authored by Brandon Maxwell's avatar Brandon Maxwell Committed by Android (Google) Code Review
Browse files

Merge "Removing final from ContactsPreferences"

parents 6456baf3 c0316366
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ import java.util.List;
/**
 * Manages user preferences for contacts.
 */
public final class ContactsPreferences implements OnSharedPreferenceChangeListener {
public class ContactsPreferences implements OnSharedPreferenceChangeListener {

    /**
     * The value for the DISPLAY_ORDER key to show the given name first.