Skip to content

Commit

Permalink
Delete SingleLesson animation
Browse files Browse the repository at this point in the history
  • Loading branch information
24PaH committed Oct 6, 2017
1 parent aa3edff commit 13a4496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.sw24softwares.starkeverben"
minSdkVersion 15
targetSdkVersion 26
versionCode 2
versionName "1.1"
versionCode 3
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public void onClick(View view) {
Intent intent = new Intent(SingleLessonActivity.this, SingleLessonActivity.class);
finish();
startActivity(intent);
overridePendingTransition(0,0);
}
});
Button stop = (Button) findViewById(R.id.stop_single_lesson);
Expand Down

0 comments on commit 13a4496

Please sign in to comment.