Refactoring

This commit is contained in:
M66B
2019-01-15 17:41:55 +00:00
parent 336d2947d0
commit eb18e56886
23 changed files with 24 additions and 25 deletions

View File

@@ -27,7 +27,7 @@ import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
public class FragmentLegend extends FragmentEx {
public class FragmentLegend extends FragmentBase {
@Override
@Nullable
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {