mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Fix Fragment tests after androidx stubs update
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
package com.example.myapp;
|
||||
|
||||
import android.app.Fragment;
|
||||
import android.os.Bundle;
|
||||
import android.view.LayoutInflater;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.Button;
|
||||
import androidx.fragment.app.Fragment;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
import androidx.fragment.app.FragmentTransaction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user