Get Address from location phone and fix UI

This commit is contained in:
Nezumi2711
2022-06-24 17:47:28 +07:00
parent 0a39c4f07e
commit 66698ed946
11 changed files with 84 additions and 34 deletions
@@ -60,7 +60,6 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
DatabaseReference category;
RecyclerView recyler_menu;
RecyclerView.LayoutManager layoutManager;
FirebaseRecyclerAdapter<Category, MenuViewHolder> adapter;
SwipeRefreshLayout swipeRefreshLayout;