Skip to content

Commit

Permalink
Merge pull request #9291 from ypbnv/TIMOB-18872-6_2_X
Browse files Browse the repository at this point in the history
[6_2_X][TIMOB-18872] Android: Icon and logo not working for ActionBar
  • Loading branch information
Lokesh Choudhary committed Aug 9, 2017
2 parents cae4898 + 7cc2dd1 commit 21ccbb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public ActionBarProxy(AppCompatActivity activity)
{
super();
actionBar = activity.getSupportActionBar();
actionBar.setDisplayOptions(ActionBar.DISPLAY_USE_LOGO | ActionBar.DISPLAY_SHOW_HOME | ActionBar.DISPLAY_SHOW_TITLE);
}

@Kroll.method @Kroll.setProperty
Expand Down

0 comments on commit 21ccbb7

Please sign in to comment.