version 1.1.3

fixed animation- and performance-issues on older devices
This commit is contained in:
JG-Cody 2021-09-05 19:33:34 +02:00
parent 95f009fc3f
commit 39c464f1c8
5 changed files with 8 additions and 8 deletions

View File

@ -32,9 +32,9 @@ android {
dependencies { dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0-beta02' implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.navigation:navigation-fragment:2.3.5' implementation 'androidx.navigation:navigation-fragment:2.3.5'
implementation 'androidx.navigation:navigation-ui:2.3.5' implementation 'androidx.navigation:navigation-ui:2.3.5'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'

View File

@ -74,12 +74,12 @@ public class IntroFragment extends Fragment {
videoBG.pause(); videoBG.pause();
} }
@Override @Override
public void onResume() { public void onResume() {
super.onResume(); super.onResume();
// Restart the video when resuming the Activity // Restart the video when resuming the Activity
videoBG.start(); videoBG.start();
} }
@Override @Override
public void onDestroy() { public void onDestroy() {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 767 KiB

Binary file not shown.