If I edit to landscape and comment code don't add item in toolbar list, app item can't moveable
<activity
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="landscape"
android:theme="@style/Theme.ComposeLauncher.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
appInfoBaseBean.homeList.clear()
appInfoBaseBean.homeList.addAll(mlist)
// appInfoBaseBean.toobarList = mToolBarList
If I edit to landscape and comment code don't add item in toolbar list, app item can't moveable