Release 1.19.0

This commit is contained in:
stom79 2018-11-03 19:08:51 +01:00
parent cf43078f1b
commit 87fc426cef
2 changed files with 1 additions and 4 deletions

View File

@ -7,7 +7,7 @@ android {
applicationId "fr.gouv.etalab.mastodon"
minSdkVersion 15
targetSdkVersion 28
versionCode 172
versionCode 173
versionName "1.19.0"
}
flavorDimensions "default"

View File

@ -1702,9 +1702,6 @@ public class TootActivity extends BaseActivity implements OnRetrieveSearcAccount
}
}
}else {
Intent intent = new Intent(getApplicationContext(), MainActivity.class);
intent.putExtra(INTENT_ACTION, HOME_TIMELINE_INTENT);
startActivity(intent);
finish();
}