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

Commit 00e5d8bb authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

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

* commit 'e43e08bb':
  Avoid launching dialogs twice from double-clicking a preference.
parents ec733f09 e43e08bb
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);
    }