Skip to content

Commit 71e1ee1

Browse files
committed
Refactor LastFmInfoFragment namespace and clean up usings
Moved LastFmInfoFragment to a dedicated LastFMViews namespace for better code organization. Removed unused Google.Android.Material.Tabs using directive.
1 parent 0a33066 commit 71e1ee1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dimmer/Dimmer.Droid/ViewsAndPages/NativeViews/DimmerLive/LastFmInfoFragment.cs renamed to Dimmer/Dimmer.Droid/ViewsAndPages/NativeViews/DimmerLive/LastFMViews/LastFmInfoFragment.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
using System.Threading.Tasks;
66

77
using Bumptech.Glide;
8-
98
using Google.Android.Material.Tabs;
109

1110
using Hqub.Lastfm.Entities;
1211

13-
namespace Dimmer.ViewsAndPages.NativeViews.DimmerLive;
12+
namespace Dimmer.ViewsAndPages.NativeViews.DimmerLive.LastFMViews;
1413

1514

1615
public class LastFmInfoFragment : Fragment

0 commit comments

Comments
 (0)