Fixed the bottomNavigation refresh when a route is started

This commit is contained in:
Bart
2021-01-06 18:31:55 +01:00
parent f868302d30
commit 56a14c2482
4 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
package com.a1.nextlocation.fragments;
public interface Refreshable {
void refresh();
void refreshAndNavigateTo(int id);
}