Browse Source

Fix a bug

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
7ae16e87e4

+ 1 - 1
app/src/Generic/java/com/nextcloud/talk/utils/ClosedInterfaceImpl.java

@@ -25,7 +25,7 @@ import com.nextcloud.talk.interfaces.ClosedInterface;
 
 public class ClosedInterfaceImpl implements ClosedInterface {
     @Override
-    public void ProviderInstallerInstallIfNeededAsync() {
+    public void providerInstallerInstallIfNeededAsync() {
         // does absolutely nothing :)
     }
 }