Skip to content

Commit

Permalink
Stripe v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyen-vuduc committed Nov 5, 2017
1 parent fd5c595 commit 14f2348
Show file tree
Hide file tree
Showing 14 changed files with 3,717 additions and 3,028 deletions.
4 changes: 2 additions & 2 deletions Demo/Demo/Activity/LauncherActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ protected override void OnCreate(Bundle savedInstanceState)
Button sourceButton = FindViewById<Button>(Resource.Id.btn_make_sources);
sourceButton.Click += (s, e) =>
{
Intent intent = new Intent(this, typeof(PollingActivity));
StartActivity(intent);
// TODO Intent intent = new Intent(this, typeof(PollingActivity));
// StartActivity(intent);
};
}
}
Expand Down
695 changes: 347 additions & 348 deletions Demo/Demo/Activity/PollingActivity.cs

Large diffs are not rendered by default.

167 changes: 73 additions & 94 deletions Demo/Demo/Demo.csproj

Large diffs are not rendered by default.

0 comments on commit 14f2348

Please sign in to comment.