Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Jan 15, 2024
1 parent c9e3818 commit 557309e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ dependencies {
implementation("com.airbnb.android:lottie:6.3.0")

implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.core:core-animation:1.0.0-rc01")
implementation("com.google.android.play:core:1.10.3")
implementation("com.google.android.play:core-ktx:1.8.1")
//noinspection GradleDependency
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/java/de/lemke/studiportal/ui/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ class MainActivity : AppCompatActivity(R.layout.activity_main) {
lateinit var checkAppStart: CheckAppStartUseCase

override fun onCreate(savedInstanceState: Bundle?) {
/* Note: https://stackoverflow.com/a/69831106/18332741
On Android 12 just running the app via android studio doesn't show the full splash screen.
You have to kill it and open the app from the launcher.
*/
val splashScreen = installSplashScreen()
time = System.currentTimeMillis()
super.onCreate(savedInstanceState)
Expand Down

0 comments on commit 557309e

Please sign in to comment.