Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <david-dev@live.de>
  • Loading branch information
David-Development committed Oct 28, 2023
1 parent 238e1da commit 17fcd83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ public class NewsReaderListActivity extends PodcastFragmentActivity implements
@VisibleForTesting(otherwise = PROTECTED)
public ActivityNewsreaderBinding binding;

private boolean mBackOpensDrawer = false;

//private ServiceConnection mConnection = null;

private ActionBarDrawerToggle drawerToggle;
Expand Down Expand Up @@ -197,7 +199,6 @@ public void onPostCreate(Bundle savedInstanceState) {
private boolean isUserLoggedIn() {
return (mPrefs.getString(SettingsActivity.EDT_OWNCLOUDROOTPATH_STRING, null) != null);
}
private boolean mBackOpensDrawer = false;

@Override
protected void onRestoreInstanceState(@NonNull Bundle savedInstanceState) {
Expand Down

0 comments on commit 17fcd83

Please sign in to comment.