Skip to content

Commit

Permalink
Fix R
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Jul 1, 2024
1 parent e1bd4cf commit 698765f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.dp
import dagger.hilt.android.AndroidEntryPoint
import github.tornaco.android.thanos.R
import github.tornaco.android.thanos.module.compose.common.ComposeThemeActivity
import github.tornaco.android.thanos.module.compose.common.widget.LargeSpacer
import github.tornaco.android.thanos.util.ActivityUtils
Expand Down Expand Up @@ -88,7 +87,7 @@ class ChooserActivity : ComposeThemeActivity() {
NavActivity.Starter.start(context)
finish()
}) {
Text(text = "Shizuku - " + stringResource(id = R.string.common_badge_text_experiment))
Text(text = "Shizuku - " + stringResource(id = github.tornaco.android.thanos.module.common.R.string.common_badge_text_experiment))
}
LargeSpacer()
Button(modifier = Modifier.fillMaxWidth(0.68f), onClick = {
Expand Down

0 comments on commit 698765f

Please sign in to comment.