bottom navigation sets locale on startup and language change. Fixed a bug where the selected fragment changes when rotated.

This commit is contained in:
Bart
2021-01-06 12:21:31 +01:00
parent 6dd2f5de40
commit 1cf973da9b
3 changed files with 38 additions and 14 deletions

View File

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