mirror of https://github.com/M66B/FairEmail.git
parent
2fc416933b
commit
ca352cd2b9
@ -1,4 +1,7 @@
|
|||||||
package eu.faircode.email;
|
package eu.faircode.email;
|
||||||
|
|
||||||
public class ApplicationSecure extends ApplicationEx {
|
public class ApplicationSecure extends ApplicationEx {
|
||||||
|
public static boolean waitProviderInstalled() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
package eu.faircode.email;
|
package eu.faircode.email;
|
||||||
|
|
||||||
public class ApplicationSecure extends ApplicationEx {
|
public class ApplicationSecure extends ApplicationEx {
|
||||||
|
public static boolean waitProviderInstalled() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue