Skip to content

Commit

Permalink
bonk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Mar 12, 2024
1 parent 80e1832 commit d6b279c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public void onCreatePreferences(@Nullable Bundle savedInstanceState, @Nullable S
if (checked) {
ctx.startService(new Intent(ctx, LoggerService.class));
} else {
findPreference("shareLog").setVisible(false);
ctx.stopService(new Intent(ctx, LoggerService.class));
}
GlobalConfig.set(GlobalConfig.KEY_LOGGER_SERVICE, checked);
Expand Down

0 comments on commit d6b279c

Please sign in to comment.