mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Fix closed interface
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
cd6cbe6775
commit
2f818eef61
@ -22,4 +22,5 @@ package com.nextcloud.talk.interfaces;
|
|||||||
|
|
||||||
public interface ClosedInterface {
|
public interface ClosedInterface {
|
||||||
void providerInstallerInstallIfNeededAsync();
|
void providerInstallerInstallIfNeededAsync();
|
||||||
|
boolean isGooglePlayServicesAvailable();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user