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

Commit 18b6b047 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by Android (Google) Code Review
Browse files

Merge "Delete ToastController."

parents b31f7562 308dda91
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
package com.android.settings.overlay;

import android.content.Context;

/**
 * Will be removed before submitting. Just a proof of concept for review.
 */
public interface ToastController {
    void makeToast(Context context);
}