Skip to content

Commit

Permalink
feat: support running on Xiaomi Mix Flip's secondary screen
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Sep 19, 2024
1 parent 748359c commit ce1fafe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TMessagesProj/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,10 @@

<meta-data android:name="android.max_aspect" android:value="2.5" />

<property
android:name="miui.continuity.policy"
android:value="5" />

</application>

</manifest>

0 comments on commit ce1fafe

Please sign in to comment.