Skip to content

Commit

Permalink
Merge pull request #132 from charithag/master
Browse files Browse the repository at this point in the history
Improvement for wso2/product-iots#1558
  • Loading branch information
milanperera authored Dec 22, 2017
2 parents 78e76cc + 305dad4 commit c77d7dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
targetSdkVersion 25
multiDexEnabled true

versionCode 3010024
versionName "3.1.24"
versionCode 3010025
versionName "3.1.25"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,6 @@ private void initiateUnregistration() {
loadInitialActivity();
}



/**
* Display unregistration confirmation dialog.
*/
Expand Down Expand Up @@ -568,7 +566,7 @@ private void loadDeviceInfoActivity() {
* Load initial activity.
*/
private void loadInitialActivity() {
Preference.putString(context, Constants.PreferenceFlag.IP, null);
Preference.clearPreferences(this);
Intent intent = new Intent( AlreadyRegisteredActivity.this, SplashActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent);
Expand Down

0 comments on commit c77d7dc

Please sign in to comment.