Skip to content

Commit

Permalink
Merge pull request #20077 from wordpress-mobile/issue/20067-site-moni…
Browse files Browse the repository at this point in the history
…tor-prevent-webview-reload

Fixes: site monitor prevent webview reload
  • Loading branch information
zwarm authored Jan 31, 2024
2 parents 64151d4 + 82d7b92 commit aadadca
Show file tree
Hide file tree
Showing 17 changed files with 883 additions and 416 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class PersonalizationActivity : AppCompatActivity() {
contentColor = MaterialTheme.colors.onSurface,
) {
tabs.forEachIndexed { index, title ->
Tab(text = { Text(stringResource(id = title)) },
Tab(text = { Text(stringResource(id = title).uppercase()) },
selected = tabIndex == index,
onClick = { tabIndex = index }
)
Expand Down

This file was deleted.

Loading

0 comments on commit aadadca

Please sign in to comment.