authPrompt: don't spin unless answering question
This commit is contained in:
parent
65229b6299
commit
31612927b2
@ -66,8 +66,8 @@ var AuthPrompt = new Lang.Class({
|
|||||||
|
|
||||||
this.connect('next', () => {
|
this.connect('next', () => {
|
||||||
this.updateSensitivity(false);
|
this.updateSensitivity(false);
|
||||||
this.startSpinning();
|
|
||||||
if (this._queryingService) {
|
if (this._queryingService) {
|
||||||
|
this.startSpinning();
|
||||||
this._userVerifier.answerQuery(this._queryingService, this._entry.text);
|
this._userVerifier.answerQuery(this._queryingService, this._entry.text);
|
||||||
} else {
|
} else {
|
||||||
this._preemptiveAnswer = this._entry.text;
|
this._preemptiveAnswer = this._entry.text;
|
||||||
|
Loading…
Reference in New Issue
Block a user