We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e47a commit 7d4dea6Copy full SHA for 7d4dea6
app/src/main/java/io/pslab/fragment/AboutUsFragment.java
@@ -40,7 +40,7 @@ public AboutUsFragment() {
40
public View onCreateView(LayoutInflater inflater, ViewGroup container,
41
Bundle savedInstanceState) {
42
View view = inflater.inflate(R.layout.fragment_about_us, container, false);
43
- simulateDayNight(0);
+ simulateDayNight(3);
44
ButterKnife.bind(this, view);
45
View aboutPage = new AboutPage(getActivity())
46
.isRTL(false)
0 commit comments