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

Commit c55c3aa9 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 am: 428d0a98

am: 7f222a81

Change-Id: If038934dbadc5b0b8006028fd6beb0130f64f694
parents debbbb05 7f222a81
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());