不知怎的,我在此得到一個空指針異常在這種方法錯誤抽屜式導航
@Override
protected void onPostCreate(Bundle savedInstanceState) {
super.onPostCreate(savedInstanceState);
actionBarToggle.syncState();
}
actionBarToggle.syncState()
有一個空指針異常。
現在,如果我註釋掉這個再有就是空指針異常,當我觸摸動作條,打開導航抽屜
if (actionBarToggle.onOptionsItemSelected(item)) {
return true;
}