Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
weikaiyun committed Nov 26, 2020
1 parent 3ea2b43 commit 3124d21
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
* Created by YoKey on 17/2/5.
*/
public class Fragmentation {
/**
* Dont display stack view.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/**
* 为了调试时 查看栈视图
* Created by YoKeyword on 16/2/21.
*/
public class DebugFragmentRecord {
public CharSequence fragmentName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

import java.util.List;

/**
* Created by YoKeyword on 16/2/21.
*/
public class DebugHierarchyViewContainer extends ScrollView {
private Context mContext;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
import java.util.ArrayList;
import java.util.List;

/**
* Created by YoKey on 17/6/13.
*/

public class DebugStackDelegate implements SensorEventListener {
private final FragmentActivity mActivity;
private SensorManager mSensorManager;
Expand Down

0 comments on commit 3124d21

Please sign in to comment.