remove protobufs and move into a submodule

This commit is contained in:
Kevin Hester
2020-03-02 09:49:53 -08:00
parent e43e687766
commit 25765af9a7
4 changed files with 3 additions and 398 deletions

View File

@@ -233,7 +233,7 @@ class MainActivity : AppCompatActivity(), Logging,
// Were we asked to open one our channel URLs?
if (Intent.ACTION_VIEW == appLinkAction && appLinkData != null) {
debug("Asked to open a channel URL")
debug("Asked to open a channel URL - FIXME, ask user if they want to switch to that channel. If so send the config to the radio")
}
}