Nullability Annotations replacement
-- Replace the android.annotation.Nullable / android.annotation.NonNull with androidx.annotation.Nullable / androidx.annotation.NonNull Bug: 316867690 Test: build pass Change-Id: I0c1da55dfb09ece855151c47e0492d6f46538621
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
package com.android.settings.datausage;
|
||||
|
||||
import android.annotation.Nullable;
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
import android.view.View;
|
||||
import android.widget.LinearLayout;
|
||||
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
public class MeasurableLinearLayout extends LinearLayout {
|
||||
private View mFixedView;
|
||||
private View mDisposableView;
|
||||
|
Reference in New Issue
Block a user