bottom navigation sets locale on startup and language change. Fixed a bug where the selected fragment changes when rotated.
This commit is contained in:
5
app/src/main/java/com/a1/nextlocation/Refreshable.java
Normal file
5
app/src/main/java/com/a1/nextlocation/Refreshable.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.a1.nextlocation;
|
||||
|
||||
public interface Refreshable {
|
||||
void refresh();
|
||||
}
|
||||
Reference in New Issue
Block a user