[CHORE] Only run Flipper in debug via MainApplication is debug#2347
Merged
diegolmello merged 2 commits intoRocketChat:developfrom Jul 30, 2020
Merged
[CHORE] Only run Flipper in debug via MainApplication is debug#2347diegolmello merged 2 commits intoRocketChat:developfrom
diegolmello merged 2 commits intoRocketChat:developfrom
Conversation
Contributor
|
LGTM |
7aaea4c to
4281bc9
Compare
Contributor
Author
Contributor
Author
|
@djorkaeffalexandre @diegolmello - I have double checked everything and ran the Android App with Flipper running (see screenshot). All is working 👍 The confusion was around someone previously copying and pasting some code and not changing the package name. I fixed this in the latest commit. I had to bump Gradle to 6.3 as I run JDK 14 and Gradle will not build on versions before this. In another PR I shall bring Flipper up to date as its a few versions behind. |
10 tasks
diegolmello
added a commit
that referenced
this pull request
Sep 1, 2020

Proposed changes
These changes remove the need for reflection to load Flipper. They also fix the need to hard code the package name, which is not helpful when white labelling the RC App.
Issue(s)
How to test or reproduce
No UI/UX changes and no dev flow changes. Flipper should work how it did previously.
Screenshots
Types of changes
Checklist
Further comments