Skip to content

Commit

Permalink
[tmp] more analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Feb 27, 2018
1 parent a622feb commit 79180b0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/fastaccess/ui/widgets/FontEditText.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import android.util.AttributeSet;
import android.view.inputmethod.EditorInfo;

import com.crashlytics.android.Crashlytics;
import com.fastaccess.helper.TypeFaceHelper;

/**
Expand Down Expand Up @@ -43,7 +42,6 @@ private void init() {
super.setText(text, type);
} catch (Exception e) {
setText("I tried, but your OEM just sucks because they modify the framework components and therefore causing the app to crash!" + ".\nFastHub");
Crashlytics.logException(e);
}
}
}
2 changes: 0 additions & 2 deletions app/src/main/java/com/fastaccess/ui/widgets/FontTextView.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import android.util.AttributeSet;
import android.view.Gravity;

import com.crashlytics.android.Crashlytics;
import com.evernote.android.state.State;
import com.evernote.android.state.StateSaver;
import com.fastaccess.R;
Expand Down Expand Up @@ -65,7 +64,6 @@ public FontTextView(@NonNull Context context, AttributeSet attrs, int defStyleAt
} catch (Exception e) {
setText("I tried, but your OEM just sucks because they modify the framework components and therefore causing the app to crash!" + "" +
".\nFastHub");
Crashlytics.logException(e);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import android.view.View
import android.widget.ArrayAdapter
import android.widget.ListView
import android.widget.TextView
import com.crashlytics.android.Crashlytics
import com.fastaccess.ui.widgets.FontEditText
import java.util.*

Expand Down Expand Up @@ -64,7 +63,6 @@ class MarkdownEditText : FontEditText {
} catch (e: Exception) {
setText("I tried, but your OEM just sucks because they modify the framework components and therefore causing the app to crash!" + "" +
".\nFastHub")
Crashlytics.logException(e)
}

}
Expand Down

0 comments on commit 79180b0

Please sign in to comment.