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 58b1a5b3a5
commit 3ce68e383f
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) {
}