Skip to content

Commit

Permalink
Fix: logs view from notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanth committed Apr 19, 2021
1 parent d1776bc commit de670cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
AFWall+ Changelog
==================

Version 3.5.1-BETA
* Feature: Cloning of profiles
* Bug: PrivateDNS changes on boot
* Bug: Log target missing on few scenarios


Version 3.5.0
Features
- Show installed apps without internet permission
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ protected void onCreate(Bundle savedInstanceState) {
initTheme();
setContentView(R.layout.log_view);


if ((G.isDoKey(getApplicationContext()) || isDonate())) {

Toolbar toolbar = findViewById(R.id.rule_toolbar);
setTitle(getString(R.string.showlog_title));
toolbar.setNavigationOnClickListener(v -> finish());
Expand Down Expand Up @@ -121,10 +118,6 @@ protected void onCreate(Bundle savedInstanceState) {
mSwipeLayout.setVisibility(View.GONE);
emptyView.setVisibility(View.VISIBLE);
}

} else{
Api.donateDialog(LogActivity.this, true);
}
}

private void initTheme() {
Expand Down

0 comments on commit de670cf

Please sign in to comment.