Updated AndroidX

This commit is contained in:
M66B
2019-10-23 20:59:13 +02:00
parent 21488514ed
commit 2e8f6ebbd0
3 changed files with 41 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
* @param <T> The type of the live data
* @hide internal
*/
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP_PREFIX)
public abstract class ComputableLiveData<T> {
@SuppressWarnings("WeakerAccess") /* synthetic access */
final Executor mExecutor;