Increasing usability and design of files diff. #413

Merged
mmarif merged 42 commits from :diff-cleaner into master 2020-04-28 12:39:46 +00:00
Showing only changes of commit aa6d169aa6 - Show all commits

View File

@ -127,7 +127,7 @@ public class FilesDiffLinesAdapter extends BaseAdapter {
if(((DiffTextView) v).getCurrentBackgroundColor() == context.getResources().getColor(R.color.md_grey_200)) {
StringBuilder stringBuilder = new StringBuilder();
stringBuilder.append("```");
stringBuilder.append("```\n");
for(View view : selectedViews) {