mirror of
http://galexander.org/git/simplesshd.git
synced 2025-06-27 15:02:32 +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:layout_height="wrap_content"
|
||||||
android:text="Start"
|
android:text="Start"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||||
android:onClick="starstop_clicked" />
|
android:onClick="startstop_clicked" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -50,7 +50,7 @@ public class SimpleSSHD extends Activity
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startstop_clicked(View v) {
|
public void startstop_clicked(View v) {
|
||||||
save_prefs();
|
save_prefs();
|
||||||
Intent i = new Intent(this, SimpleSSHDService.class);
|
Intent i = new Intent(this, SimpleSSHDService.class);
|
||||||
if (SimpleSSHDService.is_started()) {
|
if (SimpleSSHDService.is_started()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user