Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
removed heads-up preference - #137
Browse files Browse the repository at this point in the history
  • Loading branch information
fennifith committed Aug 26, 2018
1 parent 5c496bf commit 4e2f3e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
),
this
),
new BooleanPreferenceData(
/*new BooleanPreferenceData( //TODO: re-enable once stuff is fixed
getContext(),
new BasePreferenceData.Identifier<Boolean>(
PreferenceData.STATUS_NOTIFICATIONS_HEADS_UP,
Expand All @@ -148,7 +148,7 @@ public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container,
BasePreferenceData.Identifier.SectionIdentifier.NOTIFICATIONS
),
null
),
),*/
new BooleanPreferenceData(
getContext(),
new BasePreferenceData.Identifier<Boolean>(
Expand Down

0 comments on commit 4e2f3e4

Please sign in to comment.