We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f740e1f commit a337901Copy full SHA for a337901
app/src/main/java/com/github/cvzi/screenshottile/activities/PostSettingsActivity.kt
@@ -102,7 +102,7 @@ class PostSettingsActivity : BaseAppCompatActivity() {
102
}
103
104
val screenSize = realScreenSize(this)
105
- binding.textViewAutoCropScreenSize.text = "Screen height:\t${screenSize.x}px\nScreen width:\t${screenSize.y}px"
+ binding.textViewAutoCropScreenSize.text = "Screen height:\t${screenSize.y}px\nScreen width:\t${screenSize.x}px"
106
107
// Create RecyclerView with all available tones
108
binding.toneRecyclerView.apply {
0 commit comments