第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

設(shè)置后清除工具欄菜單(啟動(dòng)活動(dòng)時(shí))

設(shè)置后清除工具欄菜單(啟動(dòng)活動(dòng)時(shí))

工具欄菜單在片段中膨脹,但隨后被清除。首次創(chuàng)建(或旋轉(zhuǎn))活動(dòng)時(shí),工具欄菜單會(huì)在片段中正確膨脹,但在顯示之前會(huì)被清除。我在我的片段中設(shè)置了工具欄菜單onActivityCreated,它在活動(dòng)中保持設(shè)置狀態(tài)onResume。我發(fā)現(xiàn)的下一個(gè)電話是在onCreateOptionsMenu活動(dòng)中,但此時(shí)toolbar.getMenu().size() = 0介于兩者之間的某處onResume,onCreateOptionsMenu工具欄菜單正在重置。編輯:我不確定重現(xiàn)它需要什么,但這里是相關(guān)代碼的全部(?)?;顒?dòng):    private Toolbar toolbar;    private DrawerLayout drawer;    private ActionBarDrawerToggle toggle;    private FloatingActionButton fab;    @Override    protected void onCreate(Bundle savedInstanceState) {        super.onCreate(savedInstanceState);        setContentView(R.layout.drawer_main);        toolbar = findViewById(R.id.toolbar);        setSupportActionBar(toolbar);        fab = findViewById(R.id.main_fab);        drawer = findViewById(R.id.drawer_layout);        toggle = new ActionBarDrawerToggle(this, drawer,toolbar,R.string.nav_drawer_open,R.string.nav_drawer_close);        drawer.addDrawerListener(toggle);        NavigationView navigationView = findViewById(R.id.nav_view);        navigationView.setNavigationItemSelectedListener(this);        if (savedInstanceState == null) {            showFragment(ScheduleFragment.newInstance());        }    }    @Override    public boolean onOptionsItemSelected(MenuItem item) {        if(toggle.onOptionsItemSelected(item)) {            return true;        }        return super.onOptionsItemSelected(item);    }    @Override    protected void onPostCreate(Bundle savedInstanceState) {        CharSequence retainTitle = toolbar.getTitle();        super.onPostCreate(savedInstanceState);        toggle.syncState();        toolbar.setTitle(retainTitle);    }
查看完整描述

1 回答

?
烙印99

TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超13個(gè)贊

我當(dāng)前發(fā)布的代碼中的問(wèn)題是該行setSupportActionBar(toolbar);

這不是必需的,實(shí)際上導(dǎo)致了上述令人不安的生命周期問(wèn)題。


查看完整回答
反對(duì) 回復(fù) 2022-12-15
  • 1 回答
  • 0 關(guān)注
  • 94 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)