Skip to content

Commit a337901

Browse files
committed
fix x/y
1 parent f740e1f commit a337901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/github/cvzi/screenshottile/activities/PostSettingsActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class PostSettingsActivity : BaseAppCompatActivity() {
102102
}
103103

104104
val screenSize = realScreenSize(this)
105-
binding.textViewAutoCropScreenSize.text = "Screen height:\t${screenSize.x}px\nScreen width:\t${screenSize.y}px"
105+
binding.textViewAutoCropScreenSize.text = "Screen height:\t${screenSize.y}px\nScreen width:\t${screenSize.x}px"
106106

107107
// Create RecyclerView with all available tones
108108
binding.toneRecyclerView.apply {

0 commit comments

Comments
 (0)