@@ -61,7 +61,7 @@ public void onReceiveValue(String result) {
6161 };
6262
6363
64- //> ACTIVITY LIFECYCLE METHODS
64+ //> ACTIVITY LIFECYCLE METHODS
6565 @ SuppressLint ("ClickableViewAccessibility" )
6666 @ Override public void onCreate (Bundle savedInstanceState ) {
6767 super .onCreate (savedInstanceState );
@@ -80,7 +80,7 @@ public void onReceiveValue(String result) {
8080
8181 this .settings = SettingsStore .in (this );
8282 this .appUrl = settings .getAppUrl ();
83- boolean isProductionApp = getResources (). getBoolean ( R . bool . production );
83+
8484 this .requestWindowFeature (Window .FEATURE_NO_TITLE );
8585 setContentView (R .layout .main );
8686
@@ -171,8 +171,8 @@ protected void onStop() {
171171 @ Override public void onBackPressed () {
172172 trace (this , "onBackPressed()" );
173173 container .evaluateJavascript (
174- "angular.element(document.body).injector().get('AndroidApi').v1.back()" ,
175- backButtonHandler );
174+ "angular.element(document.body).injector().get('AndroidApi').v1.back()" ,
175+ backButtonHandler );
176176 }
177177
178178 @ Override
@@ -218,7 +218,7 @@ protected void onActivityResult(int requestCd, int resultCode, Intent intent) {
218218 }
219219 }
220220
221- //> ACCESSORS
221+ //> ACCESSORS
222222 MrdtSupport getMrdtSupport () {
223223 return this .mrdt ;
224224 }
@@ -231,7 +231,7 @@ ChtExternalAppHandler getChtExternalAppHandler() {
231231 return this .chtExternalAppHandler ;
232232 }
233233
234- //> PUBLIC API
234+ //> PUBLIC API
235235 public void evaluateJavascript (final String js ) {
236236 evaluateJavascript (js , true );
237237 }
@@ -278,7 +278,7 @@ public boolean getLocationPermissions() {
278278 return false ;
279279 }
280280
281- //> PRIVATE HELPERS
281+ //> PRIVATE HELPERS
282282 private void locationRequestResolved () {
283283 evaluateJavascript ("window.CHTCore.AndroidApi.v1.locationPermissionRequestResolved();" );
284284 }
@@ -403,7 +403,7 @@ private void registerRetryConnectionBroadcastReceiver() {
403403 );
404404 }
405405
406- //> ENUMS
406+ //> ENUMS
407407 public enum RequestCode {
408408 ACCESS_LOCATION_PERMISSION (100 ),
409409 ACCESS_STORAGE_PERMISSION (101 ),
0 commit comments