Skip to content

Commit

Permalink
feat: reduce minimum chat size threshold for large tablets
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-crisp authored and samfundev committed May 26, 2023
1 parent 04dc16e commit 43d155b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void onClickChatLandScapeWidth(View _view) {
updateSummaries();
},
landscapeWidth,
25,
10,
60,
getString(R.string.chat_landscape_width_dialog)
).show();
Expand Down

0 comments on commit 43d155b

Please sign in to comment.