Skip to content

Commit

Permalink
changed the state text
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLuuk committed Dec 26, 2018
1 parent 001d3fc commit 81df2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "nl.devluuk.sleepywifi"
minSdkVersion 23
targetSdkVersion 27
versionCode 2
versionName '1.1'
versionCode 3
versionName '1.2'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/nl/devluuk/sleepywifi/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private void setStateText(TextView stateText) {
} else {
state = "OFF";
}
stateText.setText("Current state is: " + state);
stateText.setText("The app service is: " + state);
}

// private void setStateText(TextView stateText) {
Expand Down

0 comments on commit 81df2d9

Please sign in to comment.