Skip to content

App can't move #5

@hoangvuanhdevelopervn

Description

@hoangvuanhdevelopervn

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions