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

Commit 428d0a98 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "[Script] Remove empty finally block" am: 7e3d8573

am: 2a5b461f

Change-Id: Ic07af3626b88a37b0341d2eea5bccbc5cd5b53a2
parents ba33bbce 2a5b461f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3594,7 +3594,6 @@ public class BluetoothMapContent {
                        Log.d(TAG,"extractMmsParts",e);
                        part.mData = null;
                        part.mCharsetName = null;
                    } finally {
                    }
                    part.mFileName = filename;
                } while(c.moveToNext());
@@ -3664,7 +3663,6 @@ public class BluetoothMapContent {
                        Log.d(TAG,"extractIMParts",e);
                        part.mData = null;
                        part.mCharsetName = null;
                    } finally {
                    }
                    part.mFileName = filename;
                } while(c.moveToNext());