Skip to content

Commit

Permalink
Update Album, Add Search Album, Fix some bug and Improve... beta vers…
Browse files Browse the repository at this point in the history
…ion, forget this :v
  • Loading branch information
kimsultech committed Jan 15, 2021
1 parent 92f26b3 commit 4aeafea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId 'com.kangtech.tauonremote'
minSdkVersion 22
targetSdkVersion 30
versionCode 2
versionCode 3
versionName "1.0 beta"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_add_server);

if (SharedPreferencesUtils.getBoolean("set_server", true)) {
if (SharedPreferencesUtils.getBoolean("set_server", false)) {
Intent intent = new Intent(this, MainActivity.class);
startActivity(intent);
finish();
Expand Down

0 comments on commit 4aeafea

Please sign in to comment.