File tree Expand file tree Collapse file tree
source/app/src/main/kotlin/com/xayah/databackup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ import com.xayah.feature.main.settings.blacklist.PageBlackList
4444import com.xayah.feature.main.settings.language.PageLanguageSelector
4545import com.xayah.feature.main.settings.restore.PageRestoreSettings
4646import com.xayah.feature.main.settings.cache.PageCacheManagement
47+ import com.xayah.feature.main.settings.restic.ResticRepoPathScreen
48+ import com.xayah.feature.main.settings.restic.ResticPasswordScreen
4749import dagger.hilt.android.AndroidEntryPoint
4850import kotlinx.coroutines.ExperimentalCoroutinesApi
4951import kotlinx.coroutines.runBlocking
@@ -160,6 +162,12 @@ class MainActivity : AppCompatActivity() {
160162 composable(route = MainRoutes .Directory .route) {
161163 PageDirectory ()
162164 }
165+ composable(MainRoutes .ResticRepoPath .route) {
166+ ResticRepoPathScreen ()
167+ }
168+ composable(MainRoutes .ResticPassword .route) {
169+ ResticPasswordScreen ()
170+ }
163171 }
164172 }
165173 }
You can’t perform that action at this time.
0 commit comments