Skip to content

Commit

Permalink
Rollback the modifications on the SmartAppCompatActivity class in ord…
Browse files Browse the repository at this point in the history
…er to produce the version 2.4.7 of the framework
  • Loading branch information
ludovicroland committed Aug 23, 2016
1 parent 1860527 commit e13094d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ public LayoutInflater getLayoutInflater()
@Override
public Object getSystemService(String name)
{
if (Context.LAYOUT_INFLATER_SERVICE.equals(name) == true && getWindow() != null)
{
return droid4mizer.getSystemService(name, getWindow().getLayoutInflater());
}
else
// if (Context.LAYOUT_INFLATER_SERVICE.equals(name) == true && getWindow() != null)
// {
// return droid4mizer.getSystemService(name, getWindow().getLayoutInflater());
// }
// else
{
return droid4mizer.getSystemService(name, super.getSystemService(name));
}
Expand Down

0 comments on commit e13094d

Please sign in to comment.