TunnelListFragment: setOnScrollListener is old, but we support API 21, so we have to use it

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-07-18 18:32:42 +02:00
parent 28d47b3470
commit 08170f7e55

View File

@ -179,6 +179,7 @@ public class TunnelListFragment extends BaseFragment {
}
}
@SuppressWarnings("deprecation")
@SuppressLint("ClickableViewAccessibility")
@Override
public View onCreateView(@NonNull final LayoutInflater inflater, @Nullable final ViewGroup container,