feat: android app list page with search and icons
This commit is contained in:
@@ -6,6 +6,8 @@ import android.os.Bundle
|
||||
import android.util.Log
|
||||
import android.view.WindowInsets
|
||||
import android.view.WindowInsetsController
|
||||
import top.yeij.hearth.app.AndroidAppSource
|
||||
import top.yeij.hearth.app.AppRepository
|
||||
import top.yeij.hearth.webview.JsBridge
|
||||
import top.yeij.hearth.webview.WebViewManager
|
||||
|
||||
@@ -36,6 +38,7 @@ class MainActivity : Activity() {
|
||||
deviceHeightPx = dm.heightPixels,
|
||||
density = dm.density,
|
||||
darkMode = darkMode,
|
||||
appRepository = AppRepository(AndroidAppSource(this)),
|
||||
)
|
||||
WebViewManager(this).attach(bridge)
|
||||
Log.d(
|
||||
|
||||
Reference in New Issue
Block a user