Skip to content

Commit

Permalink
Crash reporter: Follow accent color
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Dec 26, 2023
1 parent 7273820 commit bf92926
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -10,6 +10,7 @@
import com.sunilpaulmathew.snotz.activities.WelcomeActivity;
import com.sunilpaulmathew.snotz.fragments.sNotzFragment;
import com.sunilpaulmathew.snotz.utils.Common;
import com.sunilpaulmathew.snotz.utils.sNotzColor;
import com.sunilpaulmathew.snotz.utils.sNotzUtils;
import com.sunilpaulmathew.snotz.utils.sNotzWidgets;

Expand All @@ -29,7 +30,7 @@ protected void onCreate(Bundle savedInstanceState) {

// Record crashes
sCrashReporter crashReporter = new sCrashReporter(this);
crashReporter.setAccentColor(sCommonUtils.getColor(R.color.color_teal, this));
crashReporter.setAccentColor(sNotzColor.getAppAccentColor(this));
crashReporter.setTitleSize(25);
crashReporter.initialize();

Expand Down

0 comments on commit bf92926

Please sign in to comment.