update the url when switching ssh <-> https
This commit is contained in:
parent
8dc1efe405
commit
33821659ae
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ public class GitActivity extends AppCompatActivity {
|
||||||
connection_mode_spinner.setSelection(1);
|
connection_mode_spinner.setSelection(1);
|
||||||
connection_mode_spinner.setEnabled(false);
|
connection_mode_spinner.setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
updateURI();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue