Fixes a bunch of lint errors and enables Flipper navigation logging.

This commit is contained in:
2021-05-02 02:38:32 -07:00
parent d1ec7fd51c
commit ec518cd2db
7 changed files with 19 additions and 6 deletions

View File

@@ -6,4 +6,5 @@ public class FlipperInitializer {
public static void init(Context ctx) {}
public static void sendNavigationEvent(NavController controller, NavDestination destination, Bundle arguments) {
}