]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/java/com/stoutner/privacycell/dialogs/PhonePermissionDialog.kt
Fix a few typos.
[PrivacyCell.git] / app / src / main / java / com / stoutner / privacycell / dialogs / PhonePermissionDialog.kt
index f6a0d3877b98eb41b0ee2fc8e7f40a08d99e441e..a792114db6860d64ff3fcfdbdda9e3fb411c7be0 100644 (file)
@@ -14,7 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>.
+ * along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>.
  */
 
 package com.stoutner.privacycell.dialogs
@@ -48,7 +48,7 @@ class PhonePermissionDialog : DialogFragment() {
 
     override fun onCreateDialog(savedInstanceState: Bundle?): Dialog {
         // Use a builder to create the alert dialog.
-        val dialogBuilder: AlertDialog.Builder = AlertDialog.Builder(requireContext(), R.style.Theme_PrivacyCellAlertDialog)
+        val dialogBuilder = AlertDialog.Builder(requireContext(), R.style.Theme_PrivacyCellAlertDialog)
 
         // Set the icon.
         dialogBuilder.setIcon(R.drawable.phone_permission)