Skip to content

Commit

Permalink
fix black screen
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Jun 7, 2024
1 parent 6c6736f commit eac355a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
8 changes: 2 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
## 更新日誌

### v2.1.3
### v2.1.4

*

### v2.1.2

*
* 解決切換頻道時黑屏問題

### v2.1.1

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
app:shutter_background_color="@android:color/transparent"
app:resize_mode="fill"
app:use_controller="false" />
</FrameLayout>
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version_code": 33620736, "version_name": "v2.1.3"}
{"version_code": 33620992, "version_name": "v2.1.4"}

0 comments on commit eac355a

Please sign in to comment.