Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
niilopoutanen committed Sep 27, 2022
1 parent b2b637d commit 2ac5a0d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 50 deletions.
7 changes: 1 addition & 6 deletions TODO-app/TODO-app/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ public class MainActivity : AppCompatActivity

protected override void OnCreate(Bundle savedInstanceState)
{
//GoogleAnalytics.Current.Config.TrackingId = "4095321217";
//GoogleAnalytics.Current.Config.AppId = "com.tiimi1.todo_app";
//GoogleAnalytics.Current.Config.AppName = "TODO-app";
//GoogleAnalytics.Current.Config.AppVersion = "1.3.0.0";
//GoogleAnalytics.Current.InitTracker();
//GoogleAnalytics.Current.Tracker.SendView("MainPage");
FirebaseAnalytics.GetInstance(this);
LoadSettings();
base.OnCreate(savedInstanceState);
Expand Down Expand Up @@ -783,6 +777,7 @@ private void HoldTaskElement(object sender, EventArgs e)
{
RelativeLayout button = (RelativeLayout)sender;
button.BackgroundTintList = GetColorStateList(GetStyle());
CheckIfMissedAnymore();

Android.App.AlertDialog.Builder dialog = new Android.App.AlertDialog.Builder(this);
Android.App.AlertDialog alert = dialog.Create();
Expand Down
85 changes: 41 additions & 44 deletions TODO-app/TODO-app/Resources/Resource.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ac5a0d

Please sign in to comment.