Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6e956b1 authored by Geoffrey Pitsch's avatar Geoffrey Pitsch Committed by Android (Google) Code Review
Browse files

Merge "Reduce toast duration for channel warnings." into oc-dev

parents 0b1b1c43 5bdddbd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3225,7 +3225,7 @@ public class NotificationManagerService extends SystemService {
                Settings.Global.SHOW_NOTIFICATION_CHANNEL_WARNINGS, defaultWarningEnabled) != 0;
        if (warningEnabled) {
            Toast toast = Toast.makeText(getContext(), mHandler.getLooper(), toastText,
                    Toast.LENGTH_LONG);
                    Toast.LENGTH_SHORT);
            toast.show();
        }
    }