What to use instead of getSupportActionBar() in Library 22?

前端 未结 4 584
逝去的感伤
逝去的感伤 2021-01-20 01:23

There is a line in my code, that marked as yellow:

getSupportActionBar().setDisplayShowHomeEnabled(true);

After installing appcompat-v7

4条回答
  •  悲哀的现实
    2021-01-20 01:56

    Are using NoActionBar in styles? Verify your style.xml or you theme, if("NoActionBar") => nullpointer =D

提交回复
热议问题