code refactor
This commit is contained in:
parent
ff457ca7c7
commit
318624814d
@ -24,7 +24,7 @@ import androidx.appcompat.app.AppCompatActivity;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import pub.doric.DevPanel;
|
||||
import pub.doric.dev.DevPanel;
|
||||
import pub.doric.Doric;
|
||||
import pub.doric.DoricContext;
|
||||
import pub.doric.dev.LocalServer;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package pub.doric;
|
||||
package pub.doric.dev;
|
||||
|
||||
import android.os.Bundle;
|
||||
import android.view.LayoutInflater;
|
||||
@ -10,6 +10,8 @@ import androidx.annotation.Nullable;
|
||||
|
||||
import com.google.android.material.bottomsheet.BottomSheetDialogFragment;
|
||||
|
||||
import pub.doric.R;
|
||||
|
||||
public class DevPanel extends BottomSheetDialogFragment {
|
||||
|
||||
public DevPanel() {
|
Reference in New Issue
Block a user