Skip to content

Commit

Permalink
remove and sort everything
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiman Salamah committed Sep 2, 2019
1 parent 021dc12 commit 7be0f35
Show file tree
Hide file tree
Showing 5 changed files with 2,054 additions and 1,952 deletions.
9 changes: 2 additions & 7 deletions ZxingXamarinForms/ZxingXamarinForms.Android/MainActivity.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
using System;

using Android.App;
using Android.App;
using Android.Content.PM;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.OS;
using Android.Runtime;

namespace ZxingXamarinForms.Droid
{
Expand All @@ -16,7 +12,6 @@ protected override void OnCreate(Bundle savedInstanceState)
{
TabLayoutResource = Resource.Layout.Tabbar;
ToolbarResource = Resource.Layout.Toolbar;
ZXing.Net.Mobile.Forms.Android.Platform.Init();
base.OnCreate(savedInstanceState);

Xamarin.Essentials.Platform.Init(this, savedInstanceState);
Expand Down
Loading

0 comments on commit 7be0f35

Please sign in to comment.