Use Nullable annotations from Android package
This commit is contained in:
@@ -21,7 +21,7 @@ import android.app.Service;
|
||||
import android.content.Intent;
|
||||
import android.os.IBinder;
|
||||
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
public class CalendarSyncAdapterService extends Service {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user