Skip to content

Commit

Permalink
fix brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
foobnix committed Jun 27, 2022
1 parent 52c0d18 commit c1143e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Mon Jun 27 11:36:43 EEST 2022
appVersionNumberIndex=20
#Mon Jun 27 12:16:28 EEST 2022
appVersionNumberIndex=21
appDB=8
appVersionNumberBase=8.5
appCodeNumber=4490
appCodeNumber=4494
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ public void run() {
@Override
public void onClick(View v) {
onMessegeBrightness(h, new MessegeBrightness(AppState.AUTO_BRIGTNESS), textView, overlay);
EventBus.getDefault().post(new MessegeBrightness(AppState.AUTO_BRIGTNESS));

Activity inflate = (Activity) textView.getContext();
CheckBox isEnableBlueFilter = inflate.findViewById(R.id.autoSettings);
if (isEnableBlueFilter != null) {
Expand Down

0 comments on commit c1143e9

Please sign in to comment.