Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/revert-1050-feature/implement_sp…
Browse files Browse the repository at this point in the history
…lash_screen_animation' into 1.4.0
  • Loading branch information
takahirom committed Sep 12, 2023
2 parents 438296c + fa6131e commit cd04b90
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 383 deletions.
1 change: 0 additions & 1 deletion app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ dependencies {
implementation(libs.androidxBrowser)
implementation(libs.androidxWindow)
implementation(libs.kermit)
implementation(libs.androidxSplashScreen)
implementation(libs.firebaseDynamicLinks)
testImplementation(projects.core.testing)
}
3 changes: 1 addition & 2 deletions app-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.DroidKaigi.SplashTheme">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 @@ -27,7 +26,6 @@ import kotlinx.collections.immutable.toPersistentList
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 cd04b90

Please sign in to comment.