diff --git a/droid4me/pom.xml b/droid4me/pom.xml index 305c3f17..70e61c2c 100644 --- a/droid4me/pom.xml +++ b/droid4me/pom.xml @@ -7,12 +7,7 @@ 4.0.0 - - com.smartnsoft - distribution - 1.1 - - + com.smartnsoft droid4me droid4me 2.4.7 @@ -406,6 +401,12 @@ bintray-smartnsoft-maven https://api.bintray.com/maven/smartnsoft/maven/droid4me/;publish=1 + + deployment + Internal Releases SNAPSHOT + + http://developer.smartnsoft.com:8081/nexus/content/repositories/snapshots/ + + - diff --git a/droid4me/src/com/smartnsoft/droid4me/support/v7/app/SmartAppCompatActivity.java b/droid4me/src/com/smartnsoft/droid4me/support/v7/app/SmartAppCompatActivity.java index c4ef1316..71d5efc5 100644 --- a/droid4me/src/com/smartnsoft/droid4me/support/v7/app/SmartAppCompatActivity.java +++ b/droid4me/src/com/smartnsoft/droid4me/support/v7/app/SmartAppCompatActivity.java @@ -53,7 +53,7 @@ public LayoutInflater getLayoutInflater() @Override public Object getSystemService(String name) { - if (Context.LAYOUT_INFLATER_SERVICE.equals(name) && getWindow() != null) + if (Context.LAYOUT_INFLATER_SERVICE.equals(name) == true && getWindow() != null) { return droid4mizer.getSystemService(name, getWindow().getLayoutInflater()); }