Skip to content

Commit

Permalink
Move map related UI to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
StrixG committed Dec 25, 2023
1 parent 2475383 commit f955b45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.obrekht.coffeeshops.coffeeshops.ui.map
package com.obrekht.coffeeshops.map.ui.map

import android.graphics.Color
import android.os.Bundle
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.obrekht.coffeeshops.coffeeshops.ui.map
package com.obrekht.coffeeshops.map.ui.map

import androidx.lifecycle.SavedStateHandle
import androidx.lifecycle.ViewModel
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/navigation/nav_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<fragment
android:id="@+id/coffee_shops_map_fragment"
android:name="com.obrekht.coffeeshops.coffeeshops.ui.map.CoffeeShopsMapFragment"
android:name="com.obrekht.coffeeshops.map.ui.map.CoffeeShopsMapFragment"
android:label="@string/label_map"
tools:layout="@layout/fragment_coffee_shops_map">
<argument
Expand Down

0 comments on commit f955b45

Please sign in to comment.