Skip to content

Commit 5ae9525

Browse files
committed
fix zpaq
1 parent 22c233a commit 5ae9525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
-112 KB
Binary file not shown.

PowerFileExplorer/src/main/java/net/gnu/explorer/ZipFragment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ public void updateColor(View rootView) {
933933
searchButton.setColorFilter(Constants.TEXT_COLOR);
934934
noFileImage.setColorFilter(Constants.TEXT_COLOR);
935935
noFileText.setTextColor(Constants.TEXT_COLOR);
936-
936+
dirMore.setColorFilter(Constants.TEXT_COLOR);
937+
937938
horizontalDivider0.setBackgroundColor(Constants.DIVIDER_COLOR);
938939
horizontalDivider12.setBackgroundColor(Constants.DIVIDER_COLOR);
939940
horizontalDivider7.setBackgroundColor(Constants.DIVIDER_COLOR);

0 commit comments

Comments
 (0)