Commit 478a4ed1 by amateur

1

1 parent 7ccab11f
...@@ -74,7 +74,7 @@ public class OutsideWebviewActivity extends WebviewActivity { ...@@ -74,7 +74,7 @@ public class OutsideWebviewActivity extends WebviewActivity {
title.setText(titleStr); title.setText(titleStr);
} }
if ("1".equals(this.mBean.getIsShare())) { if ("0".equals(this.mBean.getIsShare())) {
Button dot = super.findViewById(R.id.nav_dot); Button dot = super.findViewById(R.id.nav_dot);
dot.setVisibility(View.VISIBLE); dot.setVisibility(View.VISIBLE);
dot.setOnClickListener((v) -> { dot.setOnClickListener((v) -> {
......
...@@ -61,6 +61,6 @@ ...@@ -61,6 +61,6 @@
<!-- <item name="android:windowFullscreen">true</item>--> <!-- <item name="android:windowFullscreen">true</item>-->
<!-- <item name="android:windowLayoutInDisplayCutoutMode" tools:ignore="NewApi">shortEdges</item>--> <!-- <item name="android:windowLayoutInDisplayCutoutMode" tools:ignore="NewApi">shortEdges</item>-->
<item name="android:windowTranslucentStatus">true</item> <item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item> <!-- <item name="android:windowTranslucentNavigation">true</item>-->
</style> </style>
</resources> </resources>
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!