Skip to content

Commit

Permalink
Merge pull request #165 from DroidKaigi/takahirom/remove-splash-scree…
Browse files Browse the repository at this point in the history
…n-for-now/2024-07-27

Get rid of splash for now
  • Loading branch information
takahirom authored Jul 27, 2024
2 parents 2014154 + 923eaff commit f065648
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 367 deletions.
1 change: 0 additions & 1 deletion app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ dependencies {
implementation(libs.androidxBrowser)
implementation(libs.androidxWindow)
implementation(libs.kermit)
implementation(libs.androidxSplashScreen)
implementation(libs.firebaseDynamicLinks)
debugImplementation(projects.core.testingManifest)
testImplementation(projects.core.testing)
Expand Down
2 changes: 1 addition & 1 deletion app-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<activity
android:name="io.github.droidkaigi.confsched.MainActivity"
android:exported="true"
android:theme="@style/Theme.DroidKaigi.SplashTheme">
android:theme="@style/Theme.KaigiApp">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import androidx.compose.runtime.produceState
import androidx.compose.runtime.remember
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.toArgb
import androidx.core.splashscreen.SplashScreen.Companion.installSplashScreen
import androidx.window.layout.DisplayFeature
import androidx.window.layout.WindowInfoTracker
import dagger.hilt.android.AndroidEntryPoint
Expand All @@ -38,7 +37,6 @@ class MainActivity : ComponentActivity() {

@OptIn(ExperimentalMaterial3WindowSizeClassApi::class)
override fun onCreate(savedInstanceState: Bundle?) {
installSplashScreen()
super.onCreate(savedInstanceState)

// Navigation icon color can be changed since API 26(O)
Expand Down

This file was deleted.

114 changes: 0 additions & 114 deletions app-android/src/main/res/drawable-night-v31/splash_icon.xml

This file was deleted.

Loading

0 comments on commit f065648

Please sign in to comment.