mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-03 19:50:55 +00:00
fix typos in definition of startstop_clicked()
This commit is contained in:
parent
cbb8581d03
commit
41faa118cc
@ -80,5 +80,5 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Start"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:onClick="starstop_clicked" />
|
||||
android:onClick="startstop_clicked" />
|
||||
</LinearLayout>
|
||||
|
@ -50,7 +50,7 @@ public class SimpleSSHD extends Activity
|
||||
}
|
||||
}
|
||||
|
||||
private void startstop_clicked(View v) {
|
||||
public void startstop_clicked(View v) {
|
||||
save_prefs();
|
||||
Intent i = new Intent(this, SimpleSSHDService.class);
|
||||
if (SimpleSSHDService.is_started()) {
|
||||
|
Loading…
Reference in New Issue
Block a user