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 committed Oct 29, 2022
1 parent 8a01144 commit a8f94fd
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 a8f94fd

Please sign in to comment.