Skip to content

Commit 7d4dea6

Browse files
authored
fix: change of light mode (#2286)
1 parent e36e47a commit 7d4dea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/io/pslab/fragment/AboutUsFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public AboutUsFragment() {
4040
public View onCreateView(LayoutInflater inflater, ViewGroup container,
4141
Bundle savedInstanceState) {
4242
View view = inflater.inflate(R.layout.fragment_about_us, container, false);
43-
simulateDayNight(0);
43+
simulateDayNight(3);
4444
ButterKnife.bind(this, view);
4545
View aboutPage = new AboutPage(getActivity())
4646
.isRTL(false)

0 commit comments

Comments
 (0)