mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-26 10:53:43 +02:00
Watch services/theads
This commit is contained in:
@@ -21,6 +21,8 @@ package eu.faircode.email;
|
||||
|
||||
import android.content.Intent;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
public class CoalMine {
|
||||
static void setup(boolean enabled) {
|
||||
}
|
||||
@@ -28,7 +30,7 @@ public class CoalMine {
|
||||
static void check() {
|
||||
}
|
||||
|
||||
static void watch(Object object, String reason) {
|
||||
static void watch(@NonNull Object object, String reason) {
|
||||
}
|
||||
|
||||
static Intent getIntent() {
|
||||
|
||||
Reference in New Issue
Block a user