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

Commit 7e3d8573 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[Script] Remove empty finally block"

parents b9526e35 9accc3e6
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());