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

Commit e43e08bb authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Avoid launching dialogs twice from double-clicking a preference." into jb-dev

parents d88404d0 ade026f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -261,6 +261,8 @@ public abstract class DialogPreference extends Preference implements
    
    @Override
    protected void onClick() {
        if (mDialog != null && mDialog.isShowing()) return;

        showDialog(null);
    }