Skip to content

Commit

Permalink
Add missing items when migrating to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Apr 5, 2023
1 parent 8a686fc commit 3727583
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto"
android:versionCode="359"
android:versionName="1.5.20">
android:versionCode="362"
android:versionName="1.5.21">

<uses-feature android:name="android.hardware.type.pc" android:required="false" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class InfoFragment : NavigationFragment.SubFragment() {
actions.add(InfoWebActionItem())
if (hasAltSurface)
actions.add(AlternateSurfacesItem())
actions.add(SubsystemActionItem())
actions.add(MarkItem())

val count = actions.size
items(actions.mapIndexed { index, infoActionItem -> Pair(index, infoActionItem) }) { item ->
Expand Down

0 comments on commit 3727583

Please sign in to comment.