Skip to content

Commit

Permalink
heh, forgot del Toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-str committed Sep 12, 2021
1 parent f81296b commit d66ab7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class SummerWidget : AppWidgetProvider() {
val is_time_changed =
action.equals(Intent.ACTION_TIME_CHANGED) || action.equals(Intent.ACTION_DATE_CHANGED)
if (is_upd || is_time_changed) {
Toast.makeText(context, action, Toast.LENGTH_LONG).show() // TODO:DEL

if(is_time_changed){
// due to issue#6
alarmUnsub(context)
Expand Down

0 comments on commit d66ab7d

Please sign in to comment.